diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2019-05-15 12:05:38 +0200 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2019-05-15 12:05:38 +0200 |
| commit | 86066d4b12d61e999740bf6a3a09b6547697ee13 (patch) | |
| tree | 9f1571087789c47ae18c4da05a0d7eb380bf22be /gf.cabal | |
| parent | af62a99bf535dc45d44d8546faab938485e49c84 (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.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
