Skip to content

Commit ad8a676

Browse files
authored
Merge pull request #103 from bgamari/wip/ghc-9.14
Bump base upper bound to <4.23
2 parents 044e04f + fe3990b commit ad8a676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hsc2hs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Executable hsc2hs
7777

7878
Other-Extensions: CPP, NoMonomorphismRestriction
7979

80-
Build-Depends: base >= 4.3.0 && < 4.22,
80+
Build-Depends: base >= 4.3.0 && < 4.23,
8181
containers >= 0.4.0 && < 0.9,
8282
directory >= 1.1.0 && < 1.4,
8383
filepath >= 1.2.0 && < 1.6,

0 commit comments

Comments
 (0)