summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2013-08-20 19:28:23 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2013-08-20 19:28:23 +0200
commit2188b248a37157ba1f5c35a8674890ed80d0a3ef (patch)
tree7a3300fe23de7f8abe515e995a81c1f6265ef12a /stylish-haskell.cabal
parent9b0822bc65f9d702f9591ad339a8384ac23c8537 (diff)
downloadstylish-haskell-2188b248a37157ba1f5c35a8674890ed80d0a3ef.tar.gz
Bump HSE dependency to 1.14.*0.5.8.0
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 7250822..6e01e39 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.7.0
+Version: 0.5.8.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -49,7 +49,7 @@ Library
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.13 && < 1.14,
+ haskell-src-exts >= 1.14 && < 1.15,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -70,7 +70,7 @@ Executable stylish-haskell
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.13 && < 1.14,
+ haskell-src-exts >= 1.14 && < 1.15,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -103,7 +103,7 @@ Test-suite stylish-haskell-tests
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.13 && < 1.14,
+ haskell-src-exts >= 1.14 && < 1.15,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9