1
0
forked from GitHub/gf-core

gf.cabal: remove redundant dependency on old-locale

This commit is contained in:
Thomas Hallgren
2018-11-29 23:06:30 +01:00
parent 01f61c526f
commit 47c983c625

View File

@@ -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