From 6f6f35d01e912124e3d7750cbe0c85b11b163287 Mon Sep 17 00:00:00 2001 From: Colin Woodbury Date: Mon, 29 Apr 2019 07:46:32 -0700 Subject: Bump `haskell-src-exts` upper bound When using `1.21.0`, this allows for correct parsing of `DerivingVia` syntax. --- stack.yaml | 6 +++--- stylish-haskell.cabal | 6 +++--- 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 -- cgit v1.2.3