From: Michael Orlitzky Date: Fri, 14 Apr 2017 04:15:23 +0000 (-0400) Subject: Drop ghc-prof-options from the cabal file. X-Git-Tag: 0.4.0~15 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=hath.git;a=commitdiff_plain;h=3c00928628618133d4ba3fd172b7e7bb0363913c Drop ghc-prof-options from the cabal file. Cabal is complaining about these, and I totally don't care, so let's get rid of them. --- diff --git a/hath.cabal b/hath.cabal index 88b8f29..d6fd50a 100644 --- a/hath.cabal +++ b/hath.cabal @@ -125,11 +125,6 @@ executable hath -optc-march=native -O2 - ghc-prof-options: - -prof - -auto-all - -caf-all - test-suite testsuite type: exitcode-stdio-1.0