summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-08-02 14:24:49 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2020-08-02 14:24:49 +0200
commit2dd6fbd669e3501d5d4783dfa2d9f9ba3026ea1b (patch)
treec41f66d87381a0e148ec6a84f7e62a3ac7f7ac7d /stylish-haskell.cabal
parentce6ddb0fbdcf271595e51e33106231a7390665be (diff)
downloadstylish-haskell-2dd6fbd669e3501d5d4783dfa2d9f9ba3026ea1b.tar.gz
Bump Cabal upper bound to 3.3
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 8ac2bf0..ccae6aa 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -55,7 +55,7 @@ Library
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,
@@ -81,7 +81,7 @@ Executable stylish-haskell
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,