pandoc.cabal: changed default profiling options.
Removed `-auto-all` and `-caf-all` at cabal's suggestion. Use `-auto-exported` instead.
This commit is contained in:
parent
86a44422c1
commit
12c9aa00de
1 changed files with 2 additions and 2 deletions
|
@ -277,7 +277,7 @@ Library
|
||||||
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: -rtsopts -Wall -fno-warn-unused-do-bind
|
||||||
Ghc-Prof-Options: -auto-all -caf-all -rtsopts
|
Ghc-Prof-Options: -auto-exported -rtsopts
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
Other-Extensions: PatternGuards, OverloadedStrings,
|
Other-Extensions: PatternGuards, OverloadedStrings,
|
||||||
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||||
|
@ -379,7 +379,7 @@ Executable pandoc
|
||||||
else
|
else
|
||||||
Build-Depends: network >= 2 && < 2.6
|
Build-Depends: network >= 2 && < 2.6
|
||||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||||
Ghc-Prof-Options: -auto-all -caf-all -rtsopts -with-rtsopts=-K16m
|
Ghc-Prof-Options: -auto-exported -rtsopts -with-rtsopts=-K16m
|
||||||
if os(windows)
|
if os(windows)
|
||||||
Cpp-options: -D_WINDOWS
|
Cpp-options: -D_WINDOWS
|
||||||
Default-Language: Haskell98
|
Default-Language: Haskell98
|
||||||
|
|
Loading…
Reference in a new issue