[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: cap in .cabal (6d9856b)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:13:48 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/6d9856b700ad8c10333f344b06ddfa1c4555b8e7

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

commit 6d9856b700ad8c10333f344b06ddfa1c4555b8e7
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Mon Jun 1 21:04:36 2009 -0700

    cap in .cabal
    
    Ignore-this: edc82bb754c59d5acd39a6d8b4c75cd4
    
    darcs-hash:20090602040436-ac6dd-ae0eacca055d2f75b4d1410707434625c4e288b7


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

6d9856b700ad8c10333f344b06ddfa1c4555b8e7
 time.cabal | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/time.cabal b/time.cabal
index a5bc5b2..15bde6b 100644
--- a/time.cabal
+++ b/time.cabal
@@ -31,11 +31,11 @@ library
 {
     build-depends:    base >= 2
     if flag(split-base)
-        Build-Depends: base >= 3, old-locale
+        build-depends: base >= 3, old-locale
     else
-        Build-Depends: base < 3
+        build-depends: base < 3
     if os(windows)
-        Build-Depends: Win32
+        build-depends: Win32
     exposed-modules:
         Data.Time.Calendar,
         Data.Time.Calendar.MonthDay,



More information about the ghc-commits mailing list