From d341837e57bf39aa20fbeaf53ac4330478596b1c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 23 Aug 2011 14:38:41 -0400 Subject: [PATCH] Add "-threaded" to GHC_OPTIONS. --- makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile b/makefile index 402f956..22a98a7 100644 --- a/makefile +++ b/makefile @@ -16,6 +16,7 @@ GHC_OPTS := $(GHC_WARNINGS) \ -hidir $(TMPDIR) \ --make \ -rtsopts \ + -threaded \ -o bin/${BIN} -- 2.43.2