summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2014-04-16 11:02:44 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2014-04-16 11:13:25 +0200
commit644f9db2e508726b710a961f2c03b0de4cceed4b (patch)
tree4ffd584e07ca1438adba5e3bf2c2ca197401168a
parent6ed4d6a18dd663659328716c2f777fd75c97ee3d (diff)
downloadstylish-haskell-644f9db2e508726b710a961f2c03b0de4cceed4b.tar.gz
Allow haskell-src-exts 1.150.5.10.0
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal11
2 files changed, 10 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..ebc86a4
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,3 @@
+- 0.5.10.0
+ * Bump `haskell-src-exts` dependency to 1.15
+ * Fix test which was not run before
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 4fa3de4..7c9c2e9 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.9.1
+Version: 0.5.10.0
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -21,6 +21,9 @@ Description:
Data-files:
data/stylish-haskell.yaml
+Extra-source-files:
+ CHANGELOG
+
Library
Exposed-modules: Language.Haskell.Stylish
Hs-source-dirs: src
@@ -49,7 +52,7 @@ Library
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.14 && < 1.15,
+ haskell-src-exts >= 1.14 && < 1.16,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -70,7 +73,7 @@ Executable stylish-haskell
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.14 && < 1.15,
+ haskell-src-exts >= 1.14 && < 1.16,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9
@@ -103,7 +106,7 @@ Test-suite stylish-haskell-tests
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
- haskell-src-exts >= 1.14 && < 1.15,
+ haskell-src-exts >= 1.14 && < 1.16,
mtl >= 2.0 && < 2.2,
syb >= 0.3 && < 0.5,
yaml >= 0.7 && < 0.9