[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Loosen required cabal-version (85cf1aa)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:17:32 UTC 2017


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/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:



More information about the ghc-commits mailing list