From 0d28235bd2da566b57e9fcf4de8abfb3b1c2f237 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Thu, 21 Apr 2022 09:50:39 +0200 Subject: cabal check --- ghc-gc-hook.cabal | 5 +++-- 1 file 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 -- cgit v1.2.3-54-g00ecf