summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2012-05-30 12:46:56 +0200
committerJasper Van der Jeugt <m@jaspervdj.be>2012-05-30 12:46:56 +0200
commit9f4dc82da1fb157993167ba3cfa77936ed4983dd (patch)
tree12d8dd8a8ddf1fb94a28fd9b875d972d5112d941
parent7d381fc169a5c8e381b6d9e31fbd3d76e1741964 (diff)
downloadstylish-haskell-9f4dc82da1fb157993167ba3cfa77936ed4983dd.tar.gz
Relax filepath dependency
-rw-r--r--stylish-haskell.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/stylish-haskell.cabal b/stylish-haskell.cabal
index 436c772..e0b47ac 100644
--- a/stylish-haskell.cabal
+++ b/stylish-haskell.cabal
@@ -43,7 +43,7 @@ Executable stylish-haskell
cmdargs >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,
- filepath >= 1.3 && < 1.4,
+ filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
yaml >= 0.7 && < 0.8
@@ -70,7 +70,7 @@ Test-suite stylish-haskell-tests
cmdargs >= 0.9 && < 0.10,
containers >= 0.3 && < 0.6,
directory >= 1.1 && < 1.2,
- filepath >= 1.3 && < 1.4,
+ filepath >= 1.1 && < 1.4,
haskell-src-exts >= 1.13 && < 1.14,
yaml >= 0.7 && < 0.8