From 9550aa1cd177aa6fe271d075177109d66a79e67f Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 6 Aug 2020 23:50:35 +0800 Subject: Allow Cabal 3.2 for test suite The bounds of Cabal were not updated in 2dd6fbd669e3501d5d4783dfa2d9f9ba3026ea1b --- stylish-haskell.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3