From e2917a818413d339623c68efc48f6b71d9b99d4f Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 25 Apr 2005 04:38:54 +0000 Subject: [PATCH] Still need -package posix with ghc-6.2.x --- src/plugins/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/plugins/Makefile b/src/plugins/Makefile index 77273ee..d709da0 100644 --- a/src/plugins/Makefile +++ b/src/plugins/Makefile @@ -19,4 +19,8 @@ HC_OPTS += -package altdata -package hi HC_OPTS += -O -funbox-strict-fields HC_OPTS += -Wall -fno-warn-missing-signatures +ifeq ($(GLASGOW_HASKELL),602) +HC_OPTS += -package posix +endif + install: install-me