summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-09-17 12:48:49 +0900
committerJasper Van der Jeugt <m@jaspervdj.be>2012-09-17 12:48:49 +0900
commitcc63dc3688d1136937c5e0dfd8747a686bdafc8c (patch)
tree1945a0a6800b55827079dee2b101c7cf5dc9f16a
parent7fb64f8f19538598f02a448d727cb55c56e61ab5 (diff)
downloadstylish-haskell-0.5.0.2.tar.gz
Bump directory dependency0.5.0.2
-rw-r--r--stylish-haskell.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index d5929ac..90c6111 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -1,5 +1,5 @@
Name: stylish-haskell
-Version: 0.5.0.1
+Version: 0.5.0.2
Synopsis: Haskell code prettifier
Homepage: https://github.com/jaspervdj/stylish-haskell
License: BSD3
@@ -47,7 +47,7 @@ Library
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.2,
+ directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
mtl >= 2.0 && < 2.2,
@@ -68,7 +68,7 @@ Executable stylish-haskell
base >= 4 && < 5,
bytestring >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.2,
+ directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
mtl >= 2.0 && < 2.2,
@@ -101,7 +101,7 @@ Test-suite stylish-haskell-tests
bytestring >= 0.9 && < 0.10,
cmdargs >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.2,
+ directory >= 1.1 && < 1.3,
filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
mtl >= 2.0 && < 2.2,