summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-07-05 14:21:05 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2018-07-05 14:21:05 +0200
commit8b5532c1e9ad9d80df09cc0e0db70a9555f5ee92 (patch)
treec42d0e25e9251e449e78f63510ba26c4d8d9f467
parent73cf58da2339878a91b748ad3849d59514065edf (diff)
Relax dependency on `directory` package for Setup
Since `listDirectory` is no longer used (852a49920)
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 3e63fdd79..03ea80eb5 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -43,7 +43,7 @@ custom-setup
setup-depends:
base,
Cabal >=1.4.0.0,
- directory >=1.2.5.0,
+ directory,
filepath,
process >=1.0.1.1