packages feed

ghc-debug-stub-0.5.0.0: CHANGELOG.md

# Revision history for ghc-debug-stub

## 0.5.0.0 -- 2023-06-06

* Add support for debugging over a TCP socket (`withGhcDebugTCP`)

## 0.4.0.0 -- 2022-12-14

* Fix compatability with HEAD/9.4/9.2
* Support for SRT requests

## 0.3.0.0 -- 2022-10-06

* Allow clients to reconnect multiple times to debuggee (Finley McIlwaine)
* Fix initialisation bugs due to uninitialised len (Teo Camarasu)

## 0.2.1.0 -- 2022-05-06

* Fix bug with write_block on BF_COMPACT closures

## 0.2.0.0 -- 2021-12-06

* Second version

## 0.1.0.0 -- 2021-06-14

* First version