diff options
| author | Thomas Hallgren <th-github@altocumulus.org> | 2018-11-29 23:06:30 +0100 |
|---|---|---|
| committer | Thomas Hallgren <th-github@altocumulus.org> | 2018-11-29 23:06:30 +0100 |
| commit | 47c983c625cc5df85c9dac197a472d33ea382f5c (patch) | |
| tree | 05c0a7322755e16b26f4667b99dc4aa46bdb88a9 | |
| parent | 01f61c526f62ceb4ef9312cc450674edbec2f8fd (diff) | |
gf.cabal: remove redundant dependency on old-locale
| -rw-r--r-- | gf.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ Library ---- GF compiler as a library: - build-depends: filepath, directory, time, time-compat, old-locale, + build-depends: filepath, directory, time, time-compat, process, haskeline, parallel>=3 hs-source-dirs: src/compiler |
