From 6baebcbe86162c5f926d1934fc7bdce53f4bab37 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 25 Feb 2018 23:43:01 -0800 Subject: [PATCH] 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. --- pandoc.cabal | 2 -- 1 file changed, 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