diff options
author | Tom Smeding <tom@tomsmeding.com> | 2022-04-21 09:50:39 +0200 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2022-04-21 09:50:39 +0200 |
commit | 0d28235bd2da566b57e9fcf4de8abfb3b1c2f237 (patch) | |
tree | e4c8752398d813e75d90f95798c6036cf4c72031 | |
parent | 7b9e405e2f77268e3242a6d723c1b65d7759fd63 (diff) |
cabal check
-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 |