[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: more fixing of time.cabal (d452222)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:51:53 UTC 2017


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

>---------------------------------------------------------------

commit d4522223d762136234793dbdef5c21bbb000143e
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Sun Nov 25 03:22:49 2012 -0800

    more fixing of time.cabal
    
    Ignore-this: 589eeb82bf6e1c7a8a4513c924c2299a
    
    darcs-hash:20121125112249-ac6dd-dc7003a0bcdf8530d63fee170344b4513490e119


>---------------------------------------------------------------

d4522223d762136234793dbdef5c21bbb000143e
 time.cabal | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/time.cabal b/time.cabal
index 0335d52..873a06a 100644
--- a/time.cabal
+++ b/time.cabal
@@ -10,7 +10,7 @@ synopsis:       A time library
 description:    A time library
 category:       System
 build-type:     Configure
-cabal-version:  >=1.16
+cabal-version:  >=1.14
 x-follows-version-policy:
 
 extra-source-files:
@@ -36,7 +36,7 @@ source-repository head
 
 library
     build-depends: 
-        base >= 4,
+        base >= 4 && < 5,
         deepseq >= 1.1,
         old-locale
     ghc-options: -Wall



More information about the ghc-commits mailing list