Skip to content

Commit

Permalink
Merge pull request haskell#3213 from gbaz/fix--prof-warning
Browse files Browse the repository at this point in the history
update -prof Check message
  • Loading branch information
23Skidoo committed Mar 8, 2016
2 parents bbc7714 + c69dfb8 commit ee56fe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/PackageDescription/Check.hs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ checkGhcOptions pkg =
PackageBuildWarning $
"'ghc-options: -prof' is not necessary and will lead to problems "
++ "when used on a library. Use the configure flag "
++ "--enable-library-profiling and/or --enable-executable-profiling."
++ "--enable-library-profiling and/or --enable-profiling."

, checkFlags ["-o"] $
PackageBuildWarning $
Expand Down

0 comments on commit ee56fe6

Please sign in to comment.