aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-03-28 10:10:14 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2015-03-28 10:10:14 -0700
commitb5b11f31a60da8456f313508ed61d8a133637e17 (patch)
tree5056d8d5e612991b350787632d01975b751c8f3d
parent3f89e3f3325a36830f1f6790d76bd797b80a89df (diff)
downloadpandoc-b5b11f31a60da8456f313508ed61d8a133637e17.tar.gz
Fixed ghc-prof-options.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 963982107..6e06ce34b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -277,7 +277,7 @@ Library
if os(windows)
Cpp-options: -D_WINDOWS
Ghc-Options: -rtsopts -Wall -fno-warn-unused-do-bind
- Ghc-Prof-Options: -auto-exported -rtsopts
+ Ghc-Prof-Options: -fprof-auto-exported -rtsopts
Default-Language: Haskell98
Other-Extensions: PatternGuards, OverloadedStrings,
ScopedTypeVariables, GeneralizedNewtypeDeriving,
@@ -379,7 +379,7 @@ Executable pandoc
else
Build-Depends: network >= 2 && < 2.6
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
- Ghc-Prof-Options: -auto-exported -rtsopts -with-rtsopts=-K16m
+ Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
if os(windows)
Cpp-options: -D_WINDOWS
Default-Language: Haskell98