Skip to content

Commit

Permalink
Merge pull request #79 from FinleyMcIlwaine/cabal-bound
Browse files Browse the repository at this point in the history
Allow Cabal 3.9, 3.10
  • Loading branch information
TomMD authored Mar 24, 2023
2 parents 72916dc + 54bcef5 commit f33d650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entropy.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Flag DoNotGetEntropy
Manual: True

custom-setup
setup-depends: Cabal >= 1.10 && < 3.9
setup-depends: Cabal >= 1.10 && < 3.11
, base < 5
, filepath < 1.5
, directory < 1.4
Expand Down

0 comments on commit f33d650

Please sign in to comment.