summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2016-08-28 23:20:47 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2016-08-28 23:20:47 +0200
commit0de22ae533ce787ddc5fff809ec79f907eb0d4c5 (patch)
treef8b93c9a43de33e66a2a7b1038358e68730873fa
parent59a2b0669c278de6947d39b1922797edca948684 (diff)
downloadstylish-haskell-0de22ae533ce787ddc5fff809ec79f907eb0d4c5.tar.gz
Bump version to 0.6.4.00.6.4.0
-rw-r--r--CHANGELOG4
-rw-r--r--stylish-haskell.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index bd6aa99..a26bc96 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
# CHANGELOG
+- 0.6.4.0
+ * Remove `XmlSyntax` from whitelisted language extensions, since it was
+ causing parsing errors
+
- 0.6.3.0
* Bump `optparse-applicative` to 0.13.0.0
* Export Import options & add a default
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index def25a4..4c44c09 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.6.3.0
+Version: 0.6.4.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3