packages feed

ghc-gc-hook-0.2.1.0: ChangeLog.md

# Revision history for ghc-gc-hook


## 0.2.1.0 -- 2022-06-03

* Now allows the host program to use TemplateHaskell, but the GC hook cannot be
  used inside a splice. The issue is that the `rtsConfig` symbol is not
  available inside a TH splice, so we need to use weak symbols to make it work.


## 0.2.0.0 -- 2022-04-25

* First version. Released on an unsuspecting world.