[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: remove System.Locale (e4ea1d9)

git at git.haskell.org git at git.haskell.org
Mon Feb 20 21:16:23 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/e4ea1d9be7cb20339b1140937f2db01e5fe1d1a0

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

commit e4ea1d9be7cb20339b1140937f2db01e5fe1d1a0
Author: Ashley Yakeley <ashley at yakeley.org>
Date:   Mon Aug 25 01:32:51 2014 -0700

    remove System.Locale


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

e4ea1d9be7cb20339b1140937f2db01e5fe1d1a0
 lib/System/Locale.hs | 5 -----
 time.cabal           | 3 +--
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/lib/System/Locale.hs b/lib/System/Locale.hs
deleted file mode 100644
index 88961cc..0000000
--- a/lib/System/Locale.hs
+++ /dev/null
@@ -1,5 +0,0 @@
-module System.Locale
-{-# DEPRECATED "Use Data.Time.Format instead" #-}
-(module Data.Time.Format.Locale)
-where
-import Data.Time.Format.Locale
diff --git a/time.cabal b/time.cabal
index 23a388f..383267f 100644
--- a/time.cabal
+++ b/time.cabal
@@ -63,8 +63,7 @@ library
         Data.Time.Clock.TAI,
         Data.Time.LocalTime,
         Data.Time.Format,
-        Data.Time,
-        System.Locale
+        Data.Time
     default-extensions:    CPP
     c-sources: lib/cbits/HsTime.c
     other-modules:



More information about the ghc-commits mailing list