diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-12-08 23:14:18 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-12-08 23:14:18 -0800 |
commit | 997d41636ff43f9d88112d0f01c8acb64b2b78dc (patch) | |
tree | ffde8a18881366cd6771e84a53865ef3f9ff4c5c | |
parent | 48e2586ec80dd883d83cd57bffcad9c97c1e7599 (diff) | |
parent | dbfb2e1353ead19b99b01ac4a8cd4f0328a246cb (diff) | |
download | pandoc-997d41636ff43f9d88112d0f01c8acb64b2b78dc.tar.gz |
Merge pull request #1796 from bos/threaded
Link the test suite using -threaded
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index da800ed50..6abc8b0bc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -449,7 +449,7 @@ Test-Suite test-pandoc Tests.Writers.Plain Tests.Writers.AsciiDoc Tests.Writers.LaTeX - Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind + Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind -threaded Default-Language: Haskell98 benchmark benchmark-pandoc |