diff options
-rw-r--r-- | libraries/Makefile | 1 | ||||
-rw-r--r-- | libraries/core-packages | 1 |
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 |