From: Malcolm.Wallace@cs.york.ac.uk Date: Thu, 17 Aug 2006 13:55:02 +0000 (+0000) Subject: remove Text.Html from nhc98 build X-Git-Url: http://git.megacz.com/?p=haskell-directory.git;a=commitdiff_plain;h=a7b8fbc15b642013f9f853c0a004e39b692e1057 remove Text.Html from nhc98 build --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index 63edf52..148f3c4 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -28,7 +28,7 @@ SRCS = \ Foreign/Marshal/Pool.hs Foreign/Marshal.hs \ Foreign/C/String.hs Foreign/C/Error.hs Foreign/C.hs Foreign.hs \ Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \ - Text/Html/BlockTable.hs Text/Html.hs Text/Printf.hs \ + Text/Printf.hs \ Text/Read.hs Text/Show.hs Text/Show/Functions.hs \ Text/ParserCombinators/ReadP.hs Data/Version.hs \ Text/Regex/Posix.hsc Text/Regex.hs \