summaryrefslogtreecommitdiff
path: root/utils/hpc
diff options
context:
space:
mode:
Diffstat (limited to 'utils/hpc')
-rw-r--r--utils/hpc/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/hpc/Makefile b/utils/hpc/Makefile
index 3b1d731050..ac1bf22a9a 100644
--- a/utils/hpc/Makefile
+++ b/utils/hpc/Makefile
@@ -20,8 +20,7 @@ endif
INSTALL_PROGS += $(HS_PROG)
HPC_LIB = $(TOP)/libraries/hpc
-include $(GHC_COMPAT_DIR)/compat.mk
-SRC_HC_OPTS += $(PACKAGE_HPC) -cpp
+SRC_HC_OPTS += -package hpc -cpp
ifeq "$(ghc_ge_607)" "YES"
SRC_HC_OPTS += -package containers