From 3c00928628618133d4ba3fd172b7e7bb0363913c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Fri, 14 Apr 2017 00:15:23 -0400 Subject: [PATCH] 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. --- hath.cabal | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.43.2