summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2015-03-23 17:58:07 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2015-03-23 17:58:07 +0100
commitb49796fd931976baf1a50396d80c3b2cf8aacf26 (patch)
tree8f269f81f05ef12595b5181d796604b7365ad706
parente0793884112e2ae83795e40d04edfab98688e073 (diff)
downloadstylish-haskell-b49796fd931976baf1a50396d80c3b2cf8aacf26.tar.gz
Bump filepath dependency0.5.11.2
-rw-r--r--CHANGELOG3
-rw-r--r--stylish-haskell.cabal8
2 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 579fb8a..a2dfe63 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,6 @@
+- 0.5.11.2
+ * Bump `filepath` dependency to 1.5
+
- 0.5.11.1
* Fix -Wall compilation with GHC 7.10
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index d34e1f3..301fd5a 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.11.1
+Version: 0.5.11.2
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -51,7 +51,7 @@ Library
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
- filepath >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
@@ -72,7 +72,7 @@ Executable stylish-haskell
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
- filepath >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,
@@ -105,7 +105,7 @@ Test-suite stylish-haskell-tests
cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.3,
- filepath >= 1.1 && < 1.4,
+ filepath >= 1.1 && < 1.5,
haskell-src-exts >= 1.16 && < 1.17,
mtl >= 2.0 && < 2.3,
syb >= 0.3 && < 0.5,