From 31c633570a043790a92ef8d6d645e9538ebfdcee Mon Sep 17 00:00:00 2001 From: "Malcolm.Wallace@cs.york.ac.uk" Date: Fri, 25 May 2007 11:17:49 +0000 Subject: [PATCH] DIRS now lives in package Makefile, not script/pkgdirlist --- Makefile.nhc98 | 5 +++++ 1 file changed, 5 insertions(+) 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 \ -- 1.7.10.4