Repository : ssh://darcs.haskell.org//srv/darcs/packages/directory On branch : master
http://hackage.haskell.org/trac/ghc/changeset/169bed29e60500faca02e940df05b2cc36228d1e >--------------------------------------------------------------- commit 169bed29e60500faca02e940df05b2cc36228d1e Author: David Terei <[email protected]> Date: Wed Jun 6 13:50:33 2012 -0700 fix comment mistake >--------------------------------------------------------------- System/Directory.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/System/Directory.hs b/System/Directory.hs index 79886ea..9bc8372 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -76,7 +76,7 @@ module System.Directory -- * Timestamps - , getModificationTime -- :: FilePath -> IO ClockTime + , getModificationTime -- :: FilePath -> IO UTCTime ) where import Prelude hiding ( catch ) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
