[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove upper bound on deepseq dependency (e395b77)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:14:53 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: NFData instances, contributed by Herbert Valerio Riedel <hvriedel at gmail.com> (4466857)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: RULES for realToFrac, for speed, contributed by Liyang HU <haskell.org at liyang.hu> (8eee78e)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,wip/travis
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
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: NFData instances, contributed by Herbert Valerio Riedel <hvriedel at gmail.com> (4466857)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: RULES for realToFrac, for speed, contributed by Liyang HU <haskell.org at liyang.hu> (8eee78e)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list