summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Hallgren <th-github@altocumulus.org>2018-11-29 23:06:30 +0100
committerThomas Hallgren <th-github@altocumulus.org>2018-11-29 23:06:30 +0100
commit47c983c625cc5df85c9dac197a472d33ea382f5c (patch)
tree05c0a7322755e16b26f4667b99dc4aa46bdb88a9
parent01f61c526f62ceb4ef9312cc450674edbec2f8fd (diff)
gf.cabal: remove redundant dependency on old-locale
-rw-r--r--gf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf.cabal b/gf.cabal
index 494f483eb..ddbc90438 100644
--- a/gf.cabal
+++ b/gf.cabal
@@ -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