summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorColin Woodbury <colin@fosskers.ca>2019-04-29 07:46:32 -0700
committerJasper Van der Jeugt <jaspervdj@gmail.com>2019-06-12 11:33:32 +0200
commit6f6f35d01e912124e3d7750cbe0c85b11b163287 (patch)
tree9069047f0508768654f18cd683300a50e07ee9b8
parent036fefc8ec597d31b99a7f3c221d326f61b6546e (diff)
downloadstylish-haskell-6f6f35d01e912124e3d7750cbe0c85b11b163287.tar.gz
Bump `haskell-src-exts` upper bound
When using `1.21.0`, this allows for correct parsing of `DerivingVia` syntax.
-rw-r--r--stack.yaml6
-rw-r--r--stylish-haskell.cabal6
2 files changed, 6 insertions, 6 deletions
diff --git a/stack.yaml b/stack.yaml
index e30ff6b..7a5f68c 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,4 +1,4 @@
-flags: {}
+resolver: lts-13.19
+
packages:
-- '.'
-resolver: lts-13.0
+ - '.'
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index a72698d..4698fa6 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -56,7 +56,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.21,
+ haskell-src-exts >= 1.18 && < 1.22,
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.19,
syb >= 0.3 && < 0.8,
@@ -79,7 +79,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.21,
+ haskell-src-exts >= 1.18 && < 1.22,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12
@@ -128,7 +128,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.21,
+ haskell-src-exts >= 1.18 && < 1.22,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12