summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2020-01-15 06:59:31 -0700
committerSean Whitton <spwhitton@spwhitton.name>2020-01-15 06:59:31 -0700
commit7b341cce2acb43a027ac7a2ebe898f587d55e151 (patch)
treeecd880f930744df6a0fc652c4ff61daa18cfbe02
parent2bc5f4af450d689bf3da58486f25ab967d61529d (diff)
parent9958a5253a9498c29508895450c4ac47542d5f2a (diff)
downloadstylish-haskell-7b341cce2acb43a027ac7a2ebe898f587d55e151.tar.gz
Merge tag 'v0.9.4.4'
v0.9.4.4
-rw-r--r--CHANGELOG3
-rw-r--r--stack.yaml1
-rw-r--r--stylish-haskell.cabal8
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 6eca483..3187ced 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
# CHANGELOG
+- 0.9.4.4 (2019-11-03)
+ * Bump `haskell-src-exts` to 1.22
+
- 0.9.4.3 (2019-10-29)
* Bump release script
* Bump `Cabal` to 3.0
diff --git a/stack.yaml b/stack.yaml
index 2d7969b..410dcfa 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -4,3 +4,4 @@ packages:
extra-deps:
- 'Cabal-3.0.0.0'
+- 'haskell-src-exts-1.22.0'
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 52da455..a0b1479 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.9.4.3
+Version: 0.9.4.4
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -59,7 +59,7 @@ Library
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
semigroups >= 0.18 && < 0.20,
syb >= 0.3 && < 0.8,
@@ -83,7 +83,7 @@ Executable stylish-haskell
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12
@@ -137,7 +137,7 @@ Test-suite stylish-haskell-tests
directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
- haskell-src-exts >= 1.18 && < 1.22,
+ haskell-src-exts >= 1.18 && < 1.23,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.8,
yaml >= 0.8.11 && < 0.12