[commit: packages/time] master: use base==4.* (1a31e47)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:59:35 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/1a31e473c9c5827233abb7d7eccbd81ffdc16fa2
>---------------------------------------------------------------
commit 1a31e473c9c5827233abb7d7eccbd81ffdc16fa2
Author: Ashley Yakeley <ashley at semantic.org>
Date: Wed Jun 17 01:48:43 2009 -0700
use base==4.*
Ignore-this: e37c8cafd9ef17ff3eff6980162e41e5
darcs-hash:20090617084843-ac6dd-bb32d062e0f968ce9f7cd3f1cd0ab09732956943
>---------------------------------------------------------------
1a31e473c9c5827233abb7d7eccbd81ffdc16fa2
time.cabal | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/time.cabal b/time.cabal
index 15bde6b..ef27092 100644
--- a/time.cabal
+++ b/time.cabal
@@ -25,15 +25,9 @@ extra-tmp-files:
autom4te.cache
include/HsTimeConfig.h
-flag split-base
-
library
{
- build-depends: base >= 2
- if flag(split-base)
- build-depends: base >= 3, old-locale
- else
- build-depends: base < 3
+ build-depends: base == 4.*, old-locale
if os(windows)
build-depends: Win32
exposed-modules:
More information about the ghc-commits
mailing list