From 96bd3369f3019e4a1805b4da48240d1b31c4d9a9 Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 4 Dec 2000 13:46:37 +0000 Subject: [PATCH] [project @ 2000-12-04 13:46:37 by simonmar] change paths to match haxml->HaXml change --- ghc/driver/PackageSrc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/driver/PackageSrc.hs b/ghc/driver/PackageSrc.hs index 99ba973..6df2af3 100644 --- a/ghc/driver/PackageSrc.hs +++ b/ghc/driver/PackageSrc.hs @@ -235,7 +235,7 @@ package_details installing = then [ clibdir ++ "/imports/text" ] else [ cFPTOOLS_TOP_ABS ++ "/hslibs/text" , cFPTOOLS_TOP_ABS ++ "/hslibs/text/html" - , cFPTOOLS_TOP_ABS ++ "/hslibs/text/haxml/lib" + , cFPTOOLS_TOP_ABS ++ "/hslibs/text/HaXml/lib" , cFPTOOLS_TOP_ABS ++ "/hslibs/text/parsec" ], library_dirs = if installing then [ clibdir ] -- 1.7.10.4