summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2018-01-03 19:45:42 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2018-01-03 19:45:42 +0100
commit6137b265630a62dacd2ea54a375c2eaf97530a44 (patch)
tree255d6f45f101fe1b9dee581829d6cb5a32918445
parent7844d5a42e7e0b546876ac3a3fa893f84bce6325 (diff)
downloadstylish-haskell-6137b265630a62dacd2ea54a375c2eaf97530a44.tar.gz
getXdgDirectory requires directory-1.2.3
-rw-r--r--stylish-haskell.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 1b8dab6..e96d331 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -52,7 +52,7 @@ Library
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.4,
+ directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
haskell-src-exts >= 1.18 && < 1.21,
@@ -74,7 +74,7 @@ Executable stylish-haskell
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.4,
+ directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
haskell-src-exts >= 1.18 && < 1.21,
@@ -121,7 +121,7 @@ Test-suite stylish-haskell-tests
base >= 4.8 && < 5,
bytestring >= 0.9 && < 0.11,
containers >= 0.3 && < 0.6,
- directory >= 1.1 && < 1.4,
+ directory >= 1.2.3 && < 1.4,
filepath >= 1.1 && < 1.5,
file-embed >= 0.0.10 && < 0.1,
haskell-src-exts >= 1.18 && < 1.21,