From e0de7b6a57d7ac973c7660a9d333b2c546a35557 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 25 Apr 2022 22:32:23 +0200 Subject: Add changelog --- ChangeLog.md | 6 ++++++ ghc-gc-hook.cabal | 1 + 2 files changed, 7 insertions(+) create mode 100644 ChangeLog.md diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..db93f8d --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,6 @@ +# Revision history for ghc-gc-hook + + +## 0.2.0.0 -- 2022-04-25 + +* First version. Released on an unsuspecting world. diff --git a/ghc-gc-hook.cabal b/ghc-gc-hook.cabal index 768d96d..416e886 100644 --- a/ghc-gc-hook.cabal +++ b/ghc-gc-hook.cabal @@ -14,6 +14,7 @@ license-file: LICENSE author: Tom Smeding maintainer: tom@tomsmeding.com build-type: Simple +extra-source-files: ChangeLog.md library exposed-modules: -- cgit v1.2.3-54-g00ecf