summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-04-24 13:07:53 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-04-24 13:07:53 +0200
commit234431a6ac375da9bceb865f65cbe5d1b529d5ef (patch)
tree746dff1c3ed5818fa607fb498dd3516a0e510a7f
parent12bef7f9a6bdc9bc84e710816e9df08bc5ad07fd (diff)
downloadstylish-haskell-234431a6ac375da9bceb865f65cbe5d1b529d5ef.tar.gz
Bump version to 0.8.0.00.8.0.0
-rw-r--r--CHANGELOG12
-rw-r--r--stylish-haskell.cabal2
2 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6c4574b..0a7f05a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,12 +1,18 @@
# CHANGELOG
-- next
+- 0.8.0.0
* Remove `MagicHash` from whitelisted language extensions, since it was
- causing parsing errors
+ causing parsing errors (by Artyom Kazak)
* Don't leave a `#-}` hanging on the next line when `language_pragmas`
is set to `compact` and the `#-}` doesn't fit into character limit
+ (by Artyom Kazak)
* Deduplicate import specs (i.e. `import Foo (a, a, b)` becomes
- `import Foo (a, b)`)
+ `import Foo (a, b)`) (by Artyom Kazak)
+ * Take package imports into account when prettifying imports
+ (by Artyom Kazak)
+ * Bump `aeson` to 1.2
+ * Bump `syb` to 0.7
+ * Bump `HUnit` to 1.6
- 0.7.1.0
* Keep `safe` and `{-# SOURCE #-}` import annotations (by Moritz Drexl)
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 55d09dd..0d9f30d 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.7.1.0
+Version: 0.8.0.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3