diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-07-05 14:21:05 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-07-05 14:21:05 +0200 |
| commit | 8b5532c1e9ad9d80df09cc0e0db70a9555f5ee92 (patch) | |
| tree | c42d0e25e9251e449e78f63510ba26c4d8d9f467 /gf.cabal | |
| parent | 73cf58da2339878a91b748ad3849d59514065edf (diff) | |
Relax dependency on `directory` package for Setup
Since `listDirectory` is no longer used (852a49920)
Diffstat (limited to 'gf.cabal')
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
