Skip to content

Commit

Permalink
Allow newest cabal version to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Jana Chadt committed Jul 28, 2021
1 parent 9c090d4 commit 9279aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stylish-haskell.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Library
aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.3,
Cabal >= 2.4 && < 3.5,
containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
Expand Down Expand Up @@ -94,7 +94,7 @@ Executable stylish-haskell
aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.3,
Cabal >= 2.4 && < 3.5,
containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
Expand Down Expand Up @@ -166,7 +166,7 @@ Test-suite stylish-haskell-tests
aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
Cabal >= 2.4 && < 3.3,
Cabal >= 2.4 && < 3.5,
containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
Expand Down

0 comments on commit 9279aad

Please sign in to comment.