diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-06-04 15:21:56 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-06-04 15:21:56 -0700 |
commit | 20c0366ad8536b7d93f0e357109e18678699b990 (patch) | |
tree | 33b481598c51a491eb3c95f87649109f5104a808 | |
parent | 6b85783870871a7d8a877d29c6d5580fd78274cc (diff) | |
download | pandoc-20c0366ad8536b7d93f0e357109e18678699b990.tar.gz |
Removed -rtsopts from library stanza.
It has no effect, and Hackage wouldn't accept the package.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index b18ad3aee..820e417a5 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -307,8 +307,8 @@ Library other-modules: Text.Pandoc.Data if os(windows) Cpp-options: -D_WINDOWS - Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind - Ghc-Prof-Options: -fprof-auto-exported -rtsopts + Ghc-Options: -Wall -fno-warn-unused-do-bind + Ghc-Prof-Options: -fprof-auto-exported Default-Language: Haskell98 Other-Extensions: PatternGuards, OverloadedStrings, ScopedTypeVariables, GeneralizedNewtypeDeriving, |