From: simonmar Date: Thu, 6 Mar 2003 09:51:03 +0000 (+0000) Subject: [project @ 2003-03-06 09:51:03 by simonmar] X-Git-Tag: nhc98-1-18-release~721 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=89aaf5e296b0d787ecd725f25c1c8728501f9c87;p=haskell-directory.git [project @ 2003-03-06 09:51:03 by simonmar] Add Data/Array/IO to list of directories --- diff --git a/Makefile b/Makefile index 8820316..249f6aa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.40 2002/12/20 09:31:11 simonmar Exp $ +# $Id: Makefile,v 1.41 2003/03/06 09:51:03 simonmar Exp $ TOP=.. include $(TOP)/mk/boilerplate.mk @@ -15,6 +15,7 @@ ALL_DIRS = \ Control/Monad/ST \ Data \ Data/Array \ + Data/Array/IO \ Data/STRef \ Debug \ Debug/QuickCheck \