From c4938642181d71a84c78ebce635cf4d6189b65ba Mon Sep 17 00:00:00 2001 From: Ian Lynagh <igloo@earth.li> Date: Sat, 19 May 2007 16:05:02 +0000 Subject: [PATCH] We now depend on old-locale --- old-time.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old-time.cabal b/old-time.cabal index 389b4779..594bf745 100644 --- a/old-time.cabal +++ b/old-time.cabal @@ -15,5 +15,5 @@ include-dirs: include includes: HsTime.h install-includes: HsTime.h extensions: CPP, ForeignFunctionInterface -build-depends: base +build-depends: base, old-locale -- GitLab