summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-02-25 23:43:01 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-02-25 23:43:01 -0800
commit6baebcbe86162c5f926d1934fc7bdce53f4bab37 (patch)
tree3ebc20c37638d05006960451d80a3bb4d8a00a05
parentb4717a6acbd998e31542c18d885e377a4113fd7b (diff)
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.
-rw-r--r--pandoc.cabal2
1 files changed, 0 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index ddd368c02..1cd5ee51e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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