Add parallel extralib
authorIan Lynagh <igloo@earth.li>
Fri, 18 May 2007 16:54:11 +0000 (16:54 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 18 May 2007 16:54:11 +0000 (16:54 +0000)
libraries/Makefile
libraries/extra-packages

index 417e37d..eda3932 100644 (file)
@@ -64,6 +64,7 @@ SUBDIRS += $(wildcard arrows)
 ifeq "$(GhcLibsWithObjectIO)" "YES"
 SUBDIRS += $(wildcard ObjectIO)
 endif
+SUBDIRS += $(wildcard parallel)
 endif
 
 # -----------------------------------------------------------------------------
index 13947af..12dbc3b 100644 (file)
@@ -15,6 +15,7 @@ html
 mtl
 network
 parsec
+parallel
 regex-base
 regex-compat
 regex-posix