cabal-version: 2.0 name: ghc-gc-hook synopsis: GHC garbage collection hook version: 0.2.0.0 category: GHC license: MIT author: Tom Smeding maintainer: tom@tomsmeding.com 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 default-language: Haskell2010 cc-options: -Wall ghc-options: -Wall 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, clock default-language: Haskell2010 ghc-options: -Wall -threaded source-repository head type: git location: https://git.tomsmeding.com/ghc-gc-hook