[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Follow base split (now dep on old-locale) (c0d8daf)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:12:39 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/c0d8daf1b9f892bf94cf16e41f928c45c0437542

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

commit c0d8daf1b9f892bf94cf16e41f928c45c0437542
Author: Ian Lynagh <igloo at earth.li>
Date:   Thu May 24 10:37:51 2007 -0700

    Follow base split (now dep on old-locale)
    
    darcs-hash:20070524173751-3fd76-d9ce4ca8fba7e38a62deaea0920d0011cf82678e


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

c0d8daf1b9f892bf94cf16e41f928c45c0437542
 time.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/time.cabal b/time.cabal
index 3c44a66..cb9b6ca 100644
--- a/time.cabal
+++ b/time.cabal
@@ -7,7 +7,7 @@ Author:		Ashley Yakeley
 Maintainer:	<ashley at semantic.org>
 Homepage:	http://semantic.org/TimeLib/
 Category:
-Build-Depends:	base
+Build-Depends:	base, old-locale
 Synopsis:	time library
 Exposed-Modules:
 	Data.Time.Calendar,



More information about the ghc-commits mailing list