summaryrefslogtreecommitdiff
path: root/libraries/base/Makefile.nhc98
diff options
context:
space:
mode:
authorMalcolm.Wallace@cs.york.ac.uk <unknown>2008-09-01 14:57:38 +0000
committerMalcolm.Wallace@cs.york.ac.uk <unknown>2008-09-01 14:57:38 +0000
commit0af78f502481b0b5943a6c0a092925c7f6b72676 (patch)
tree44bce6bfd44c1e8a0edd3656ad94d4549586252d /libraries/base/Makefile.nhc98
parent6085e27685bd3e4013e2ece586c5d0f90503189f (diff)
downloadhaskell-0af78f502481b0b5943a6c0a092925c7f6b72676.tar.gz
System.Timeout is no longer part of base
Diffstat (limited to 'libraries/base/Makefile.nhc98')
-rw-r--r--libraries/base/Makefile.nhc986
1 files changed, 4 insertions, 2 deletions
diff --git a/libraries/base/Makefile.nhc98 b/libraries/base/Makefile.nhc98
index 8edbf75dee..6d7752b6de 100644
--- a/libraries/base/Makefile.nhc98
+++ b/libraries/base/Makefile.nhc98
@@ -28,7 +28,7 @@ SRCS = \
System/IO.hs System/IO/Error.hs System/IO/Unsafe.hs \
System/Environment.hs System/Exit.hs \
System/Mem.hs System/Info.hs \
- System/CPUTime.hsc System/Timeout.hs \
+ System/CPUTime.hsc \
Foreign/Ptr.hs Foreign/StablePtr.hs Foreign/Storable.hs \
Foreign/ForeignPtr.hs Foreign/C/Types.hs \
Foreign/Marshal/Alloc.hs Foreign/Marshal/Array.hs \
@@ -51,7 +51,9 @@ SRCS = \
# System/Directory/Internals.hs \
# Text/PrettyPrint/HughesPJ.hs Text/PrettyPrint.hs \
# System/Random.hs System/Locale.hs System/Time.hsc \
-# System/Cmd.hs
+# System/Cmd.hs \
+# System/Timeout.hs \
+# System/Console/GetOpt.hs \
# Text/Regex/Posix.hsc Text/Regex.hs \
# [Data/Dynamic.hs] Data/Generics.hs Data/STRef.hs Data/Unique.hs