diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal index f797c10f..ef92c9a5 100644 --- a/stylish-haskell.cabal +++ b/stylish-haskell.cabal @@ -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, @@ -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, @@ -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,