summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-09-15 18:34:11 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-09-15 18:34:11 +0200
commit57e1fbfd131c5ee97c2967940deb6e0db97208fc (patch)
tree4d2e845bf99304243819f7cb7412461b206be020
parent5ebc6ac4f1106ab4564534ab25cfcc65dd37ac77 (diff)
downloadstylish-haskell-57e1fbfd131c5ee97c2967940deb6e0db97208fc.tar.gz
Version bump (0.5.11.0)0.5.11.0
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal8
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 44af394..6d4602f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.11.0
+ * Bump `haskell-src-exts` dependency to 1.16
+
- 0.5.10.2
* Bump `mtl` dependency to 2.2
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index bcc6a18..f5375a1 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.10.2
+Version: 0.5.11.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -52,7 +52,7 @@ Library
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts == 1.16.*,
+ haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -73,7 +73,7 @@ Executable stylish-haskell
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts == 1.16.*,
+ haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -106,7 +106,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.16.*,
+ haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9