summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-25 08:09:44 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-25 08:09:44 +0000
commit4c0095c2714063d0b6e31562fd5c0bbe015af980 (patch)
tree552d00813510448ac8095de30a6139588affbc91 /compat
parent76e8250846766faddb262eb2b648c14a326e1777 (diff)
downloadhaskell-4c0095c2714063d0b6e31562fd5c0bbe015af980.tar.gz
System.Directory.Internals is now in package directory
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile2
-rw-r--r--compat/System/Directory/Internals.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/compat/Makefile b/compat/Makefile
index 2ddc83e570..61cc6c04fc 100644
--- a/compat/Makefile
+++ b/compat/Makefile
@@ -69,7 +69,7 @@ endif
# Some explicit dependencies, needed because ghc -M can't discover the
# true dependencies of these stub files.
-System/Directory/Internals.$(way_)o : $(FPTOOLS_TOP)/libraries/base/System/Directory/Internals.hs
+System/Directory/Internals.$(way_)o : $(FPTOOLS_TOP)/libraries/directory/System/Directory/Internals.hs
Distribution/Compat/ReadP.$(way_) : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/Compat/ReadP.hs
Distribution/GetOpt.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/GetOpt.hs
Distribution/InstalledPackageInfo.$(way_)o : $(FPTOOLS_TOP)/libraries/Cabal/Distribution/InstalledPackageInfo.hs
diff --git a/compat/System/Directory/Internals.hs b/compat/System/Directory/Internals.hs
index 5ac8e3ba24..009b08d6f4 100644
--- a/compat/System/Directory/Internals.hs
+++ b/compat/System/Directory/Internals.hs
@@ -1,4 +1,4 @@
{-# OPTIONS -cpp #-}
#include "../../includes/ghcplatform.h"
-#include "base/System/Directory/Internals.hs"
+#include "directory/System/Directory/Internals.hs"
-- dummy comment