[commit: packages/time] format-widths, ghc, improve-leapseconds, master, posix-perf, tasty, wip/travis: tiny doc fix (e2b7e0f)

git at git.haskell.org git at git.haskell.org
Fri Apr 21 16:45:39 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/e2b7e0f591aef5258142d3c739579b46c01efe8e

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

commit e2b7e0f591aef5258142d3c739579b46c01efe8e
Author: Ashley Yakeley <ashley at semantic.org>
Date:   Sat Aug 6 21:15:05 2005 -0700

    tiny doc fix
    
    darcs-hash:20050807041505-ac6dd-5ab2844a54039f56f193821ca76a567683bacff9


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

e2b7e0f591aef5258142d3c739579b46c01efe8e
 Data/Time/LocalTime/TimeZone.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Data/Time/LocalTime/TimeZone.hs b/Data/Time/LocalTime/TimeZone.hs
index f784e8e..b9a8978 100644
--- a/Data/Time/LocalTime/TimeZone.hs
+++ b/Data/Time/LocalTime/TimeZone.hs
@@ -18,7 +18,7 @@ import Data.Time.Clock.POSIX
 import Foreign
 import Foreign.C
 
--- | A TimeZone is a whole number of minutes offset from UTC, together with a name and a "just for summer" flag.
+-- | A TimeZone is a whole number of minutes offset from UTC, together with a name and a \"just for summer\" flag.
 data TimeZone = TimeZone {
 	-- | The number of minutes offset from UTC. Positive means local time will be later in the day than UTC.
 	timeZoneMinutes :: Int,



More information about the ghc-commits mailing list