summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
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 /stylish-haskell.cabal
parent3a5ec324a426f0207ae895471b5c52d21f893859 (diff)
downloadstylish-haskell-d628b839ef072611693b50b0ae1c57eba4ade8a6.tar.gz
Bump haskell-src-exts dependency
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal10
1 files changed, 7 insertions, 3 deletions
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