[commit: packages/time] master: remove upper bound on deepseq dependency (e395b77)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:53:39 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/e395b77cdd1f2f7573ad8938c2a55c87152acc11
>---------------------------------------------------------------
commit e395b77cdd1f2f7573ad8938c2a55c87152acc11
Author: Ashley Yakeley <ashley at semantic.org>
Date: Tue Sep 13 02:22:50 2011 -0700
remove upper bound on deepseq dependency
Ignore-this: d0b757647470d538d442591df4753e2
darcs-hash:20110913092250-ac6dd-41757c62fa83dafea4fbddac27038fcb405ba108
>---------------------------------------------------------------
e395b77cdd1f2f7573ad8938c2a55c87152acc11
time.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time.cabal b/time.cabal
index c8f0f0f..7acb243 100644
--- a/time.cabal
+++ b/time.cabal
@@ -35,7 +35,7 @@ extra-tmp-files:
library
{
- build-depends: base == 4.*, deepseq >= 1.1 && < 1.2, old-locale
+ build-depends: base == 4.*, deepseq >= 1.1, old-locale
ghc-options: -Wall
if impl(ghc)
extensions: Rank2Types DeriveDataTypeable StandaloneDeriving
More information about the ghc-commits
mailing list