From 121775cbc64676b63a27264891ddc4fc440ef9f5 Mon Sep 17 00:00:00 2001 From: Joshua Clayton Date: Fri, 24 Jun 2016 08:29:32 -0400 Subject: [PATCH] Remove -O flag entirely for Hackage upload --- unused.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unused.cabal b/unused.cabal index ac445f6..c81b7cf 100644 --- a/unused.cabal +++ b/unused.cabal @@ -77,13 +77,13 @@ library , vector , mtl , transformers - ghc-options: -Wall -O + ghc-options: -Wall default-language: Haskell2010 executable unused hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -O + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall build-depends: base , unused , optparse-applicative