From: Malcolm.Wallace@cs.york.ac.uk Date: Fri, 25 May 2007 11:17:49 +0000 (+0000) Subject: DIRS now lives in package Makefile, not script/pkgdirlist X-Git-Tag: 2007-09-13~77 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=31c633570a043790a92ef8d6d645e9538ebfdcee DIRS now lives in package Makefile, not script/pkgdirlist --- diff --git a/Makefile.nhc98 b/Makefile.nhc98 index f011498..d6b2eff 100644 --- a/Makefile.nhc98 +++ b/Makefile.nhc98 @@ -4,6 +4,11 @@ SEARCH = -I$(TOPDIR)/targets/$(MACHINE) -Iinclude \ EXTRA_H_FLAGS = -H4M -K3M EXTRA_HBC_FLAGS = -H16M -A1M +DIRS = \ + Data Debug Control Control/Monad System System/IO System/Console \ + Text Text/Html Text/Show Text/ParserCombinators Text/Regex \ + Foreign Foreign/Marshal Foreign/C NHC Unsafe System/Posix + SRCS = \ Data/Bits.hs Data/Bool.hs Data/Char.hs Data/Complex.hs \ Data/Either.hs Data/IORef.hs Data/Int.hs \