From 47c983c625cc5df85c9dac197a472d33ea382f5c Mon Sep 17 00:00:00 2001 From: Thomas Hallgren Date: Thu, 29 Nov 2018 23:06:30 +0100 Subject: [PATCH] gf.cabal: remove redundant dependency on old-locale --- gf.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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