[project @ 2002-07-15 16:15:14 by simonmar]
authorsimonmar <unknown>
Mon, 15 Jul 2002 16:15:43 +0000 (16:15 +0000)
committersimonmar <unknown>
Mon, 15 Jul 2002 16:15:43 +0000 (16:15 +0000)
extra comma in export list

GHC/Read.lhs
System/Directory.hs

index 92b9425..8296da5 100644 (file)
@@ -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__
index 4f76ca6..9dffd0f 100644 (file)
@@ -35,7 +35,7 @@ module System.Directory
        writable,               -- :: Permissions -> Bool
        executable,             -- :: Permissions -> Bool
        searchable              -- :: Permissions -> Bool
-     ),
+     )
 
     , createDirectory          -- :: FilePath -> IO ()
     , removeDirectory          -- :: FilePath -> IO ()