From a93c4f67ea57f7143e5f540c522121d1e67da498 Mon Sep 17 00:00:00 2001
From: Alec Berryman <alec@thened.net>
Date: Mon, 30 Apr 2007 18:56:10 +0000
Subject: [PATCH] Build arrows library if available

arrows is the only library in libraries/extra-packages not built when present
---
 libraries/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libraries/Makefile b/libraries/Makefile
index a73aad1134a0..41311b35ef44 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
-- 
GitLab