From 84a8967044dc5b8879033a07f5ba7940852510d9 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Fri, 22 Apr 2022 23:50:40 +0200 Subject: Add license file --- ghc-gc-hook.cabal | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ghc-gc-hook.cabal') 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 -- cgit v1.2.3-54-g00ecf