Adding hpc package to ghc core libraries
authorandy@galois.com <unknown>
Fri, 22 Jun 2007 17:18:51 +0000 (17:18 +0000)
committerandy@galois.com <unknown>
Fri, 22 Jun 2007 17:18:51 +0000 (17:18 +0000)
libraries/Makefile
libraries/core-packages

index 1fef7e3..a2b6545 100644 (file)
@@ -61,6 +61,7 @@ SUBDIRS += $(wildcard mtl)
 SUBDIRS += $(wildcard fgl)
 SUBDIRS += $(wildcard X11)
 SUBDIRS += $(wildcard time)
+SUBDIRS += $(wildcard hpc)
 ifeq "$(Windows)" "NO"
 # HGL is not working on Win32, so omit it for now.  Better not to ship it
 # at all than to ship a broken version.
index 51e5323..d0160f4 100644 (file)
@@ -12,3 +12,4 @@ readline
 template-haskell
 unix
 Win32
+hpc