summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorandy@galois.com <unknown>2007-06-22 17:18:51 +0000
committerandy@galois.com <unknown>2007-06-22 17:18:51 +0000
commit29f3c1b707d1566ffd413ddd608f004c27538cdf (patch)
tree06cac004fa4f4c32a97ce2cee2f79e0741e28c26 /libraries
parentdce65c102b136ee9eb57fadf4cc3fd7a8931d074 (diff)
downloadhaskell-29f3c1b707d1566ffd413ddd608f004c27538cdf.tar.gz
Adding hpc package to ghc core libraries
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile1
-rw-r--r--libraries/core-packages1
2 files changed, 2 insertions, 0 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index 1fef7e3893..a2b6545875 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -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.
diff --git a/libraries/core-packages b/libraries/core-packages
index 51e532394c..d0160f4bd7 100644
--- a/libraries/core-packages
+++ b/libraries/core-packages
@@ -12,3 +12,4 @@ readline
template-haskell
unix
Win32
+hpc