From: Alec Berryman Date: Mon, 30 Apr 2007 18:56:10 +0000 (+0000) Subject: Build arrows library if available X-Git-Tag: 2007-05-06^0 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a93c4f67ea57f7143e5f540c522121d1e67da498 Build arrows library if available arrows is the only library in libraries/extra-packages not built when present --- diff --git a/libraries/Makefile b/libraries/Makefile index a73aad1..41311b3 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