summaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-07-05 22:31:37 +0000
committerIan Lynagh <igloo@earth.li>2007-07-05 22:31:37 +0000
commit9c2ac80e6b9c2fd3b7dcfc805ef64039ca5587c4 (patch)
tree5075c44aebb1d236386e95a267c4cabd87c9caab /libraries
parentfdf1cd0399158308769fcb2ab7e46e215a68d865 (diff)
downloadhaskell-9c2ac80e6b9c2fd3b7dcfc805ef64039ca5587c4.tar.gz
hpc is now a corelib, so always build it
Diffstat (limited to 'libraries')
-rw-r--r--libraries/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/libraries/Makefile b/libraries/Makefile
index b9a8cd26e6..b3f9808157 100644
--- a/libraries/Makefile
+++ b/libraries/Makefile
@@ -36,7 +36,7 @@ TOP=..
include $(TOP)/mk/boilerplate.mk
SUBDIRS = base old-locale old-time filepath directory process pretty \
- template-haskell readline Cabal random haskell98
+ hpc template-haskell readline Cabal random haskell98
ifeq "$(GhcLibsWithUnix)" "YES"
SUBDIRS += unix
@@ -61,7 +61,6 @@ 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.