summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-01-23 15:39:06 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2015-01-23 15:39:06 +0100
commitb5ce66e45ac2a131bdbc23c47c41dfd87e113448 (patch)
treeb1bd54fc3061ce2298b525d68ced0bd47e28adc9
parentecf1573faede34fbe58328654137f65f6927aba5 (diff)
downloadstylish-haskell-b5ce66e45ac2a131bdbc23c47c41dfd87e113448.tar.gz
Version bump (0.5.11.1)0.5.11.1
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6d4602f..579fb8a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.11.1
+ * Fix -Wall compilation with GHC 7.10
+
- 0.5.11.0
* Bump `haskell-src-exts` dependency to 1.16
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index f5375a1..d34e1f3 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.11.0
+Version: 0.5.11.1
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3