summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDan Burton <danburton.email@gmail.com>2018-12-05 13:41:07 -0500
committerJasper Van der Jeugt <jaspervdj@gmail.com>2018-12-06 08:51:57 -0300
commitea534a99e7f4684906ae4aff7328673b1ec4e3b5 (patch)
treed87765b62aeb44d1ade927b4597e25729ed9fbc6
parent7b1906339890bda5414dc44e16d498e56667eff2 (diff)
downloadstylish-haskell-ea534a99e7f4684906ae4aff7328673b1ec4e3b5.tar.gz
Relax constraints, allow containers 0.6.*
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 188d7ad..d811274 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -52,7 +52,7 @@ Library
aeson >= 0.6 && < 1.4,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
@@ -75,7 +75,7 @@ Executable stylish-haskell
aeson >= 0.6 && < 1.4,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
@@ -124,7 +124,7 @@ Test-suite stylish-haskell-tests
aeson >= 0.6 && < 1.4,
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
- containers >= 0.3 && < 0.6,
+ containers >= 0.3 && < 0.7,
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,