Removed ghc-prof-options.
As of cabal 1.24, sensible defaults are used. See https://www.haskell.org/cabal/users-guide/developing-packages.html#pkg-field-ghc-prof-options.
This commit is contained in:
parent
b4717a6acb
commit
6baebcbe86
1 changed files with 0 additions and 2 deletions
|
@ -418,7 +418,6 @@ library
|
|||
if os(windows)
|
||||
cpp-options: -D_WINDOWS
|
||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||
ghc-prof-options: -fprof-auto-exported
|
||||
default-language: Haskell98
|
||||
other-extensions: PatternGuards, OverloadedStrings,
|
||||
ScopedTypeVariables, GeneralizedNewtypeDeriving,
|
||||
|
@ -562,7 +561,6 @@ library
|
|||
executable pandoc
|
||||
build-depends: pandoc, base >= 4.7 && < 5
|
||||
ghc-options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind -threaded
|
||||
ghc-prof-options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
|
||||
if flag(static)
|
||||
ld-options: -static
|
||||
default-language: Haskell98
|
||||
|
|
Loading…
Reference in a new issue