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:
John MacFarlane 2018-02-25 23:43:01 -08:00
parent b4717a6acb
commit 6baebcbe86

View file

@ -418,7 +418,6 @@ library
if os(windows) if os(windows)
cpp-options: -D_WINDOWS cpp-options: -D_WINDOWS
ghc-options: -Wall -fno-warn-unused-do-bind ghc-options: -Wall -fno-warn-unused-do-bind
ghc-prof-options: -fprof-auto-exported
default-language: Haskell98 default-language: Haskell98
other-extensions: PatternGuards, OverloadedStrings, other-extensions: PatternGuards, OverloadedStrings,
ScopedTypeVariables, GeneralizedNewtypeDeriving, ScopedTypeVariables, GeneralizedNewtypeDeriving,
@ -562,7 +561,6 @@ library
executable pandoc executable pandoc
build-depends: pandoc, base >= 4.7 && < 5 build-depends: pandoc, base >= 4.7 && < 5
ghc-options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind -threaded 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) if flag(static)
ld-options: -static ld-options: -static
default-language: Haskell98 default-language: Haskell98