summaryrefslogtreecommitdiffhomepage
path: root/stylish-haskell.cabal
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2017-12-26 13:54:48 +0100
committerJasper Van der Jeugt <jaspervdj@gmail.com>2017-12-26 13:54:48 +0100
commit336220ca9f3e1ab9091651d60a9491386f77b7ed (patch)
tree974dba6f3cd080ce8404a8738f9af757e70549c8 /stylish-haskell.cabal
parent51631e2d2d5b6b83f84917f36477dd79c3457ea2 (diff)
downloadstylish-haskell-336220ca9f3e1ab9091651d60a9491386f77b7ed.tar.gz
Add platform specific configuration paths
Diffstat (limited to 'stylish-haskell.cabal')
-rw-r--r--stylish-haskell.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index a1716ef..4938334 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -125,7 +125,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,
haskell-src-exts >= 1.18 && < 1.21,
mtl >= 2.0 && < 2.3,