Skip to content

Commit

Permalink
Merge pull request #79 from bgamari/ghc-9.8
Browse files Browse the repository at this point in the history
Bump base bound to <4.20
  • Loading branch information
bgamari authored Jun 29, 2023
2 parents 270dd5a + 1ee25e9 commit 5bf5c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hsc2hs.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Executable hsc2hs

Other-Extensions: CPP, NoMonomorphismRestriction

Build-Depends: base >= 4.3.0 && < 4.19,
Build-Depends: base >= 4.3.0 && < 4.20,
containers >= 0.4.0 && < 0.7,
directory >= 1.1.0 && < 1.4,
filepath >= 1.2.0 && < 1.5,
Expand Down

0 comments on commit 5bf5c61

Please sign in to comment.