diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 2 |
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 |