From: simonmar Date: Mon, 15 Jul 2002 16:15:43 +0000 (+0000) Subject: [project @ 2002-07-15 16:15:14 by simonmar] X-Git-Tag: nhc98-1-18-release~945 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=854c0d47341b2804aa90c432b14b223cb51ec0a1;p=haskell-directory.git [project @ 2002-07-15 16:15:14 by simonmar] extra comma in export list --- diff --git a/GHC/Read.lhs b/GHC/Read.lhs index 92b9425..8296da5 100644 --- a/GHC/Read.lhs +++ b/GHC/Read.lhs @@ -38,7 +38,7 @@ module GHC.Read , parens -- :: ReadPrec a -> ReadPrec a , list -- :: ReadPrec a -> ReadPrec [a] , choose -- :: [(String, ReadPrec a)] -> ReadPrec a - , readListDefault, readListPrecDefault, + , readListDefault, readListPrecDefault -- Temporary , readList__ diff --git a/System/Directory.hs b/System/Directory.hs index 4f76ca6..9dffd0f 100644 --- a/System/Directory.hs +++ b/System/Directory.hs @@ -35,7 +35,7 @@ module System.Directory writable, -- :: Permissions -> Bool executable, -- :: Permissions -> Bool searchable -- :: Permissions -> Bool - ), + ) , createDirectory -- :: FilePath -> IO () , removeDirectory -- :: FilePath -> IO ()