summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-08-25 10:12:14 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-08-25 10:12:58 +0200
commit713f7b2b65fa82f6d22ce02dc7537769d4d91b15 (patch)
tree08e2bd7aea7951096dd4e5f38094fcc0c4e63b32
parent7837b0949a4cfe730d4fe4c887509b2ab91eebdc (diff)
downloadstylish-haskell-713f7b2b65fa82f6d22ce02dc7537769d4d91b15.tar.gz
Bump mtl to allow 2.2
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal8
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index beb1d98..44af394 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.10.2
+ * Bump `mtl` dependency to 2.2
+
- 0.5.10.1
* Bump `aeson` dependency to 0.8
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 64b99d9..6886361 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.10.0
+Version: 0.5.10.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -53,7 +53,7 @@ Library
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.14 && < 1.16,
- mtl >= 2.0 && < 2.2,
+ mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -74,7 +74,7 @@ Executable stylish-haskell
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.14 && < 1.16,
- mtl >= 2.0 && < 2.2,
+ mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -107,7 +107,7 @@ Test-suite stylish-haskell-tests
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.14 && < 1.16,
- mtl >= 2.0 && < 2.2,
+ mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9