Remove -O flag entirely for Hackage upload

This commit is contained in:
Joshua Clayton 2016-06-24 08:29:32 -04:00
parent b0f8d7f620
commit 121775cbc6
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118

View File

@ -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