From 11aea4bd3f4bbf4f6e434a64f6a7e49713f0ba6a Mon Sep 17 00:00:00 2001 From: John MacFarlane <fiddlosopher@gmail.com> Date: Thu, 28 Jun 2012 19:36:35 -0700 Subject: [PATCH] Remove -threaded in library stanza. --- pandoc.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pandoc.cabal b/pandoc.cabal index 3aa9822d4..b4c74125f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -236,12 +236,12 @@ Library else Build-depends: base >= 3 && < 4 if impl(ghc >= 7.0.1) - Ghc-Options: -O2 -rtsopts -threaded -Wall -fno-warn-unused-do-bind -dno-debug-output + Ghc-Options: -O2 -rtsopts -Wall -fno-warn-unused-do-bind -dno-debug-output else if impl(ghc >= 6.12) - Ghc-Options: -O2 -Wall -threaded -fno-warn-unused-do-bind -dno-debug-output + Ghc-Options: -O2 -Wall -fno-warn-unused-do-bind -dno-debug-output else - Ghc-Options: -O2 -Wall -threaded + Ghc-Options: -O2 -Wall if impl(ghc >= 7.0.1) Ghc-Prof-Options: -auto-all -caf-all -rtsopts else