Skip to content

Commit

Permalink
Relax bounds for GHC 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nc6 committed Jan 16, 2024
1 parent 3a678a4 commit 1e4b7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion friendly.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ source-repository head

executable friendly
main-is: Main.hs
build-depends: base >= 4.7 && < 4.17
build-depends: base >= 4.7 && < 4.19
, bifunctors >= 4.2 && < 5.6
, optparse-applicative >= 0.11 && < 0.18
hs-source-dirs: src
Expand Down

0 comments on commit 1e4b7b1

Please sign in to comment.