summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:23:11 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2017-06-19 14:23:11 +0200
commitdc3a73e82c19ff97a1544840dac8f7f4568b24bc (patch)
tree27ef8f9554b945f3548daf3a1df72f67f6b660bc
parent1084557f2659fa398df75489c8b4537649c3ea15 (diff)
downloadstylish-haskell-dc3a73e82c19ff97a1544840dac8f7f4568b24bc.tar.gz
Bump version to 0.8.1.00.8.1.0
-rw-r--r--CHANGELOG5
-rw-r--r--stack.yaml6
-rw-r--r--stylish-haskell.cabal2
3 files changed, 9 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 0a7f05a..5a550bd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
# CHANGELOG
+- 0.8.1.0 (2017-06-19)
+ * Add `pad_module_names` option (by Yuriy Syrovetskiy)
+ * Add `space_surround` option to import styling (by Linus Arver)
+ * Bump `optparse-applicative` to 0.14
+
- 0.8.0.0
* Remove `MagicHash` from whitelisted language extensions, since it was
causing parsing errors (by Artyom Kazak)
diff --git a/stack.yaml b/stack.yaml
index 8f26efa..ae1019c 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -2,8 +2,8 @@ flags: {}
packages:
- '.'
extra-deps:
-- 'haskell-src-exts-1.18.2'
-- 'optparse-applicative-0.13.0.0'
-resolver: lts-6.10
+- 'optparse-applicative-0.14.0.0'
+resolver: 'nightly-2017-06-19'
install-ghc: true
system-ghc: false
+allow-newer: true
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index bb1e10b..aef50e4 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.8.0.0
+Version: 0.8.1.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3