summaryrefslogtreecommitdiff
path: root/ghc-gc-hook.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'ghc-gc-hook.cabal')
-rw-r--r--ghc-gc-hook.cabal7
1 files changed, 7 insertions, 0 deletions
diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal
index 0865edc..b7ed15d 100644
--- a/ghc-gc-hook.cabal
+++ b/ghc-gc-hook.cabal
@@ -1,9 +1,16 @@
cabal-version: 2.0
name: ghc-gc-hook
synopsis: GHC garbage collection hook
+description:
+ GHC exposes an API for calling a user-defined C function after every garbage
+ collection pass. This small library gives access to this source of
+ information from Haskell in a bare-bones form; furthermore, it gives a small
+ usability improvement for running your own function from C using the hook
+ from this library.
version: 0.2.0.0
category: GHC
license: MIT
+license-file: LICENSE
author: Tom Smeding
maintainer: tom@tomsmeding.com
build-type: Simple