Skip to content

Commit 9550aa1

Browse files
authored
Allow Cabal 3.2 for test suite
The bounds of Cabal were not updated in 2dd6fbd
1 parent 771b82f commit 9550aa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stylish-haskell.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Test-suite stylish-haskell-tests
144144
aeson >= 0.6 && < 1.6,
145145
base >= 4.8 && < 5,
146146
bytestring >= 0.9 && < 0.11,
147-
Cabal >= 2.4 && < 3.1,
147+
Cabal >= 2.4 && < 3.3,
148148
containers >= 0.3 && < 0.7,
149149
directory >= 1.2.3 && < 1.4,
150150
filepath >= 1.1 && < 1.5,

0 commit comments

Comments
 (0)