diff options
author | Alec Berryman <alec@thened.net> | 2007-04-30 18:56:10 +0000 |
---|---|---|
committer | Alec Berryman <alec@thened.net> | 2007-04-30 18:56:10 +0000 |
commit | a93c4f67ea57f7143e5f540c522121d1e67da498 (patch) | |
tree | f213635a87d7afe67a6498876dda55954f2e3286 /libraries | |
parent | cbe2843a506a4fab2aabe7b8e3a3e04f6fa4b44c (diff) | |
download | haskell-a93c4f67ea57f7143e5f540c522121d1e67da498.tar.gz |
Build arrows library if available2007-05-06
arrows is the only library in libraries/extra-packages not built when present
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/Makefile | 1 |
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 |