summaryrefslogtreecommitdiff
path: root/ghc-gc-hook.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-04-22 23:50:40 +0200
committerTom Smeding <tom@tomsmeding.com>2022-04-22 23:50:49 +0200
commit84a8967044dc5b8879033a07f5ba7940852510d9 (patch)
tree518f27d70cb3d3f94298e03d88a5bb85b888e74d /ghc-gc-hook.cabal
parent6ca1e41da1d702467dbfb0d6bf7b463884eedc31 (diff)
Add license file
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