Skip to content

Commit 1ee25e9

Browse files
committed
Bump base bound to <4.20
For GHC 9.8.
1 parent f70b360 commit 1ee25e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsc2hs.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Executable hsc2hs
7878

7979
Other-Extensions: CPP, NoMonomorphismRestriction
8080

81-
Build-Depends: base >= 4.3.0 && < 4.19,
81+
Build-Depends: base >= 4.3.0 && < 4.20,
8282
containers >= 0.4.0 && < 0.7,
8383
directory >= 1.1.0 && < 1.4,
8484
filepath >= 1.2.0 && < 1.5,

0 commit comments

Comments
 (0)