default to nonthreaded, OS X doesn't like it

This commit is contained in:
Luite Stegeman 2012-04-03 22:49:34 +02:00
parent 9194e45f3b
commit 740f4d3843

View File

@ -62,8 +62,9 @@ extra-source-files:
flag ghc7
-- OS X does not like the threaded runtime with the GHC API
flag threaded
default: True
default: False
description: Build with support for multithreaded execution
library