Skip to content

Commit

Permalink
Bump base bound to <4.20
Browse files Browse the repository at this point in the history
For GHC 9.8.
  • Loading branch information
bgamari committed Jun 26, 2023
1 parent f70b360 commit 1ee25e9
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 1ee25e9

Please sign in to comment.