[commit: packages/time] master: version 1.5.0.1 (8d3c90a)
git at git.haskell.org
git at git.haskell.org
Sun Dec 20 07:55:51 UTC 2015
Repository : ssh://git@git.haskell.org/time
On branch : master
Link : http://git.haskell.org/packages/time.git/commitdiff/8d3c90a420c8985dcc439766c028821cea7dc848
>---------------------------------------------------------------
commit 8d3c90a420c8985dcc439766c028821cea7dc848
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sat Dec 13 14:32:01 2014 -0800
version 1.5.0.1
>---------------------------------------------------------------
8d3c90a420c8985dcc439766c028821cea7dc848
time.cabal | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/time.cabal b/time.cabal
index 068219a..c1a82be 100644
--- a/time.cabal
+++ b/time.cabal
@@ -1,5 +1,5 @@
name: time
-version: 1.5
+version: 1.5.0.1
stability: stable
license: BSD3
license-file: LICENSE
@@ -95,7 +95,7 @@ test-suite ShowDefaultTZAbbreviations
type: exitcode-stdio-1.0
build-depends:
base,
- time == 1.5
+ time == 1.5.0.1
main-is: ShowDefaultTZAbbreviations.hs
test-suite tests
@@ -117,7 +117,7 @@ test-suite tests
build-depends:
base,
deepseq,
- time == 1.5,
+ time == 1.5.0.1,
QuickCheck >= 2.5.1,
test-framework >= 0.8,
test-framework-quickcheck2 >= 0.3,
More information about the ghc-commits
mailing list