diff --git a/unused.cabal b/unused.cabal index 9c7cdac..50fcc93 100644 --- a/unused.cabal +++ b/unused.cabal @@ -77,13 +77,13 @@ library , vector , mtl , transformers - ghc-options: -Wall -Werror -O2 + ghc-options: -Wall -Werror -O default-language: Haskell2010 executable unused hs-source-dirs: app main-is: Main.hs - ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -O2 + ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall -Werror -O build-depends: base , unused , optparse-applicative