Skip to content

Commit a72c423

Browse files
committed
Add lower bound to base
1 parent 93d79f3 commit a72c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fgl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ library {
6565
other-modules:
6666
Paths_fgl
6767

68-
build-depends: base < 5
68+
build-depends: base >= 4.3 && < 5
6969
, transformers
7070
, array
7171

0 commit comments

Comments
 (0)