blob: d7c8418363f2f9c685786f6338daf3128a81de4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
|