summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-12-26 11:59:51 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2017-12-26 11:59:51 +0100
commitd628b839ef072611693b50b0ae1c57eba4ade8a6 (patch)
treea618b835022651c8832b37f421f6eb83c37cd34c
parent3a5ec324a426f0207ae895471b5c52d21f893859 (diff)
downloadstylish-haskell-d628b839ef072611693b50b0ae1c57eba4ade8a6.tar.gz
Bump haskell-src-exts dependency
-rw-r--r--stack.yaml4
-rw-r--r--stylish-haskell.cabal10
2 files changed, 9 insertions, 5 deletions
diff --git a/stack.yaml b/stack.yaml
index ae1019c..0a3d7d6 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,8 +2,8 @@ flags: {}
packages:
- '.'
extra-deps:
-- 'optparse-applicative-0.14.0.0'
-resolver: 'nightly-2017-06-19'
+- 'haskell-src-exts-1.20.1'
+resolver: nightly-2017-12-14
install-ghc: true
system-ghc: false
allow-newer: true
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 7a6c609..a1716ef 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -56,7 +56,7 @@ Library
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.20,
+ haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
@@ -66,6 +66,9 @@ Executable stylish-haskell
Hs-source-dirs: src
Main-is: Main.hs
+ Other-modules:
+ Paths_stylish_haskell
+
Build-depends:
stylish-haskell,
strict >= 0.3 && < 0.4,
@@ -77,7 +80,7 @@ Executable stylish-haskell
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.20,
+ haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9
@@ -111,6 +114,7 @@ Test-suite stylish-haskell-tests
Language.Haskell.Stylish.Tests.Util
Language.Haskell.Stylish.Util
Language.Haskell.Stylish.Verbose
+ Paths_stylish_haskell
Build-depends:
HUnit >= 1.2 && < 1.7,
@@ -123,7 +127,7 @@ Test-suite stylish-haskell-tests
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.4,
filepath >= 1.1 && < 1.5,
- haskell-src-exts >= 1.18 && < 1.20,
+ haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.7 && < 0.9