Removed -rtsopts from library stanza.

It has no effect, and Hackage wouldn't accept the package.
This commit is contained in:
John MacFarlane 2016-06-04 15:21:56 -07:00
parent 6b85783870
commit 20c0366ad8

View file

@ -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,