Skip to content

Commit 5dfcbb9

Browse files
committed
Loosen base to <4.18
Fixes wasm CI.
1 parent 5f64a18 commit 5dfcbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unix.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ library
6868
buildable: False
6969

7070
build-depends:
71-
base >= 4.10 && < 4.17,
71+
base >= 4.10 && < 4.18,
7272
bytestring >= 0.9.2 && < 0.12,
7373
time >= 1.2 && < 1.13
7474

0 commit comments

Comments
 (0)