From 89aaf5e296b0d787ecd725f25c1c8728501f9c87 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 6 Mar 2003 09:51:03 +0000 Subject: [PATCH] [project @ 2003-03-06 09:51:03 by simonmar] Add Data/Array/IO to list of directories --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- 1.7.10.4