summaryrefslogtreecommitdiff
path: root/ghc/lib/compat/Makefile
diff options
context:
space:
mode:
authorkrasimir <unknown>2004-11-14 09:50:34 +0000
committerkrasimir <unknown>2004-11-14 09:50:34 +0000
commitec2e8e570cc9f67b6be72ec259c9ac04463f957d (patch)
tree11551d77123bd25dc997e6785b56c1d4068215a6 /ghc/lib/compat/Makefile
parent66994acb3d88236e6a4def84f7162c95ed5945d2 (diff)
downloadhaskell-ec2e8e570cc9f67b6be72ec259c9ac04463f957d.tar.gz
[project @ 2004-11-14 09:50:33 by krasimir]
* Add stub for System.FilePath * Add findExecutable & copyFile to Compat.Directory
Diffstat (limited to 'ghc/lib/compat/Makefile')
-rw-r--r--ghc/lib/compat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile
index 62d172663d..94188dd31a 100644
--- a/ghc/lib/compat/Makefile
+++ b/ghc/lib/compat/Makefile
@@ -21,6 +21,7 @@ ifeq "$(ghc_603_plus)" "YES"
# These modules are all provided in GHC 6.3+
EXCLUDED_SRCS += \
Data/Version.hs \
+ System/FilePath.hs \
Distribution/Compat/Error.hs \
Distribution/Compat/ReadP.hs \
Distribution/Extension.hs \