From e395b77cdd1f2f7573ad8938c2a55c87152acc11 Mon Sep 17 00:00:00 2001 From: Ashley Yakeley <ashley@semantic.org> Date: Tue, 13 Sep 2011 02:22:50 -0700 Subject: [PATCH] remove upper bound on deepseq dependency Ignore-this: d0b757647470d538d442591df4753e2 darcs-hash:20110913092250-ac6dd-41757c62fa83dafea4fbddac27038fcb405ba108 --- 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 -- GitLab