summaryrefslogtreecommitdiff
path: root/gf.cabal
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2019-05-15 12:05:38 +0200
committerThomas Hallgren <th-github@altocumulus.org>2019-05-15 12:05:38 +0200
commit86066d4b12d61e999740bf6a3a09b6547697ee13 (patch)
tree9f1571087789c47ae18c4da05a0d7eb380bf22be /gf.cabal
parentaf62a99bf535dc45d44d8546faab938485e49c84 (diff)
Eliminate the dependency on time-compat
It was only needed for compatibility with directory<1.2, but directory>=1.2 has been shipped with ghc since ghc-7.6. Note: time-compat-1.9.* (the current version) is a completely different package, that does not provide the needed function toUTCTime, which was provided in time-compat-0.1.*.
Diffstat (limited to 'gf.cabal')
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index f350b2ca1..ec889a335 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -142,7 +142,7 @@ Library
---- GF compiler as a library:
- build-depends: filepath, directory, time, time-compat,
+ build-depends: filepath, directory>=1.2, time,
process, haskeline, parallel>=3, json
hs-source-dirs: src/compiler