From 9279aad535de624fca990ed50f010a1743c0043a Mon Sep 17 00:00:00 2001 From: Jana Chadt Date: Wed, 28 Jul 2021 14:13:33 +0200 Subject: [PATCH] Allow newest cabal version to be used --- stylish-haskell.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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,