From 854c0d47341b2804aa90c432b14b223cb51ec0a1 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 Jul 2002 16:15:43 +0000 Subject: [PATCH] [project @ 2002-07-15 16:15:14 by simonmar] extra comma in export list --- GHC/Read.lhs | 2 +- System/Directory.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 () -- 1.7.10.4