Build arrows library if available 2007-05-06
authorAlec Berryman <alec@thened.net>
Mon, 30 Apr 2007 18:56:10 +0000 (18:56 +0000)
committerAlec Berryman <alec@thened.net>
Mon, 30 Apr 2007 18:56:10 +0000 (18:56 +0000)
arrows is the only library in libraries/extra-packages not built when present

libraries/Makefile

index a73aad1..41311b3 100644 (file)
@@ -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