From: simonmar Date: Thu, 13 Sep 2001 11:35:09 +0000 (+0000) Subject: [project @ 2001-09-13 11:35:09 by simonmar] X-Git-Tag: nhc98-1-18-release~1172 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d826359344d88e4c9b4b902c4a8cc6165728f016;p=ghc-base.git [project @ 2001-09-13 11:35:09 by simonmar] Add System.Mem directory --- diff --git a/Makefile b/Makefile index 26e1dd2..6c8f6bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.5 2001/08/17 12:50:34 simonmar Exp $ +# $Id: Makefile,v 1.6 2001/09/13 11:35:09 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -28,6 +28,7 @@ ALL_DIRS = \ Network \ NHC \ System \ + System/Mem \ System/IO \ Text \ Text/PrettyPrint \