Skip to content

Commit 9279aad

Browse files
author
Jana Chadt
committed
Allow newest cabal version to be used
1 parent 9c090d4 commit 9279aad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stylish-haskell.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Library
6464
aeson >= 0.6 && < 1.6,
6565
base >= 4.8 && < 5,
6666
bytestring >= 0.9 && < 0.11,
67-
Cabal >= 2.4 && < 3.3,
67+
Cabal >= 2.4 && < 3.5,
6868
containers >= 0.3 && < 0.7,
6969
directory >= 1.2.3 && < 1.4,
7070
filepath >= 1.1 && < 1.5,
@@ -94,7 +94,7 @@ Executable stylish-haskell
9494
aeson >= 0.6 && < 1.6,
9595
base >= 4.8 && < 5,
9696
bytestring >= 0.9 && < 0.11,
97-
Cabal >= 2.4 && < 3.3,
97+
Cabal >= 2.4 && < 3.5,
9898
containers >= 0.3 && < 0.7,
9999
directory >= 1.2.3 && < 1.4,
100100
filepath >= 1.1 && < 1.5,
@@ -166,7 +166,7 @@ Test-suite stylish-haskell-tests
166166
aeson >= 0.6 && < 1.6,
167167
base >= 4.8 && < 5,
168168
bytestring >= 0.9 && < 0.11,
169-
Cabal >= 2.4 && < 3.3,
169+
Cabal >= 2.4 && < 3.5,
170170
containers >= 0.3 && < 0.7,
171171
directory >= 1.2.3 && < 1.4,
172172
filepath >= 1.1 && < 1.5,

0 commit comments

Comments
 (0)