Skip to content

Commit 5bf5c61

Browse files
authored
Merge pull request #79 from bgamari/ghc-9.8
Bump base bound to <4.20
2 parents 270dd5a + 1ee25e9 commit 5bf5c61

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)