[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: version 1.5.0.1 (8d3c90a)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:17:05 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #14 from lubomir/document-locale (968ec05)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Fix note about `%Y` padding. (a52561a)
- 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/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,
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #14 from lubomir/document-locale (968ec05)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Fix note about `%Y` padding. (a52561a)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list