summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2020-08-06 23:50:35 +0800
committerGitHub <noreply@github.com>2020-08-06 17:50:35 +0200
commit9550aa1cd177aa6fe271d075177109d66a79e67f (patch)
tree6bd60d498bf0b0d8032d7cf5f7ddede88554be38
parent771b82f3c4af465a2f2b675ca9a28d18d3a27c1b (diff)
downloadstylish-haskell-9550aa1cd177aa6fe271d075177109d66a79e67f.tar.gz
Allow Cabal 3.2 for test suite
The bounds of Cabal were not updated in 2dd6fbd669e3501d5d4783dfa2d9f9ba3026ea1b
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4030547..8823918 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -144,7 +144,7 @@ Test-suite stylish-haskell-tests
aeson >= 0.6 && < 1.6,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
- Cabal >= 2.4 && < 3.1,
+ Cabal >= 2.4 && < 3.3,
containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,