Removed -rtsopts from library stanza.
It has no effect, and Hackage wouldn't accept the package.
This commit is contained in:
parent
6b85783870
commit
20c0366ad8
1 changed files with 2 additions and 2 deletions
|
@ -307,8 +307,8 @@ Library
|
||||||
other-modules: Text.Pandoc.Data
|
other-modules: Text.Pandoc.Data
|
||||||
if os(windows)
|
if os(windows)
|
||||||
Cpp-options: -D_WINDOWS
|
Cpp-options: -D_WINDOWS
|
||||||
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
|
Ghc-Options: -Wall -fno-warn-unused-do-bind
|
||||||
Ghc-Prof-Options: -fprof-auto-exported -rtsopts
|
Ghc-Prof-Options: -fprof-auto-exported
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
Other-Extensions: PatternGuards, OverloadedStrings,
|
Other-Extensions: PatternGuards, OverloadedStrings,
|
||||||
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||||
|
|
Loading…
Reference in a new issue