summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlec Berryman <alec@thened.net>2007-04-30 18:56:10 +0000
committerAlec Berryman <alec@thened.net>2007-04-30 18:56:10 +0000
commita93c4f67ea57f7143e5f540c522121d1e67da498 (patch)
treef213635a87d7afe67a6498876dda55954f2e3286
parentcbe2843a506a4fab2aabe7b8e3a3e04f6fa4b44c (diff)
downloadhaskell-2007-05-06.tar.gz
Build arrows library if available2007-05-06
arrows is the only library in libraries/extra-packages not built when present
-rw-r--r--libraries/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index a73aad1134..41311b35ef 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -60,6 +60,7 @@ SUBDIRS += $(wildcard ALUT)
SUBDIRS += $(wildcard stm)
SUBDIRS += $(wildcard xhtml)
SUBDIRS += $(wildcard cgi)
+SUBDIRS += $(wildcard arrows)
ifeq "$(GhcLibsWithObjectIO)" "YES"
SUBDIRS += $(wildcard ObjectIO)
endif