We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c25f0 commit c69dfb8Copy full SHA for c69dfb8
Cabal/Distribution/PackageDescription/Check.hs
@@ -624,7 +624,7 @@ checkGhcOptions pkg =
624
PackageBuildWarning $
625
"'ghc-options: -prof' is not necessary and will lead to problems "
626
++ "when used on a library. Use the configure flag "
627
- ++ "--enable-library-profiling and/or --enable-executable-profiling."
+ ++ "--enable-library-profiling and/or --enable-profiling."
628
629
, checkFlags ["-o"] $
630
0 commit comments