From 6ca1e41da1d702467dbfb0d6bf7b463884eedc31 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 22 Apr 2022 23:33:12 +0200 Subject: 0.2.0: C hook delegate and enable/disable logging --- ghc-gc-hook.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'ghc-gc-hook.cabal') diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal index 0d6884d..0865edc 100644 --- a/ghc-gc-hook.cabal +++ b/ghc-gc-hook.cabal @@ -1,7 +1,7 @@ cabal-version: 2.0 name: ghc-gc-hook synopsis: GHC garbage collection hook -version: 0.1.0.0 +version: 0.2.0.0 category: GHC license: MIT author: Tom Smeding @@ -11,11 +11,11 @@ build-type: Simple library exposed-modules: GHC.GC_Hook + hs-source-dirs: src c-sources: cbits/hook.c build-depends: base >= 4.13 && < 4.17, clock - hs-source-dirs: src default-language: Haskell2010 cc-options: -Wall ghc-options: -Wall @@ -24,9 +24,11 @@ test-suite test type: exitcode-stdio-1.0 main-is: Main.hs hs-source-dirs: test + c-sources: test/cbits/testhook.c build-depends: base >= 4.13 && < 4.17, - ghc-gc-hook + ghc-gc-hook, + clock default-language: Haskell2010 ghc-options: -Wall -threaded -- cgit v1.2.3-54-g00ecf