summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bergmark <adam@bergmark.nl>2019-11-03 19:30:20 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2019-11-03 19:30:20 +0100
commit1da5988c81237b5ac9d84151bc7e25397b5c576b (patch)
tree4a01f789d4c1f39a2617140e504bf040efce2340
parentb67a6ae12f8107b2d1714659f8a121274d5833f9 (diff)
downloadstylish-haskell-1da5988c81237b5ac9d84151bc7e25397b5c576b.tar.gz
Allow haskell-src-exts 1.22.*
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 52da455..3b23ae4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -59,7 +59,7 @@ Library
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
@@ -83,7 +83,7 @@ Executable stylish-haskell
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12
@@ -137,7 +137,7 @@ Test-suite stylish-haskell-tests
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12