[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Loosen required cabal-version (85cf1aa)
git at git.haskell.org
git at git.haskell.org
Fri Apr 21 16:53:53 UTC 2017
- Previous message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Ensure Read/Show instances are always provided with UTCTime and Universal (34c255e)
- Next message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #32 from bergmark/patch-1 (7875368)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,ghc,improve-leapseconds,master,posix-perf,tasty,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/85cf1aa22833cb0cd4bec9aaae958a466cc7486b
>---------------------------------------------------------------
commit 85cf1aa22833cb0cd4bec9aaae958a466cc7486b
Author: Adam Bergmark <adam at bergmark.nl>
Date: Sat May 2 09:39:16 2015 +0200
Loosen required cabal-version
1.14 has the same features as 1.10 so this was overly restrictive and can prevent you from installing time on older GHCs.
>---------------------------------------------------------------
85cf1aa22833cb0cd4bec9aaae958a466cc7486b
time.cabal | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time.cabal b/time.cabal
index 3769786..3f1b32e 100644
--- a/time.cabal
+++ b/time.cabal
@@ -11,7 +11,7 @@ synopsis: A time library
description: A time library
category: System
build-type: Configure
-cabal-version: >=1.14
+cabal-version: >=1.10
x-follows-version-policy:
extra-source-files:
- Previous message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Ensure Read/Show instances are always provided with UTCTime and Universal (34c255e)
- Next message: [commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: Merge pull request #32 from bergmark/patch-1 (7875368)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list