diff options
-rw-r--r-- | ghc-gc-hook.cabal | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal index 7bf1c1f..0d6884d 100644 --- a/ghc-gc-hook.cabal +++ b/ghc-gc-hook.cabal @@ -2,6 +2,7 @@ cabal-version: 2.0 name: ghc-gc-hook synopsis: GHC garbage collection hook version: 0.1.0.0 +category: GHC license: MIT author: Tom Smeding maintainer: tom@tomsmeding.com @@ -16,8 +17,8 @@ library clock hs-source-dirs: src default-language: Haskell2010 - cc-options: -Wall -O2 - ghc-options: -Wall -O2 + cc-options: -Wall + ghc-options: -Wall test-suite test type: exitcode-stdio-1.0 |