Skip to content

Commit 3ede20c

Browse files
committed
Update CHANGELOG.md for 0.12.2
1 parent 4286a6b commit 3ede20c

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Revision history for haskell-debugger
22

3+
## 0.12.2.0 -- 2026-03-09
4+
5+
* Bug fixes and improved progress reporting
6+
* It's now possible interactively debug GHC itself! This works by simply:
7+
1. Using GHC 9.14 as the boot compiler
8+
2. Creating .vscode/launch.json in the GHC tree root with
9+
* `entryFile: "ghc/Main.hs"`
10+
* `entryArgs: "["-B${workspaceFolder}/_build/stage0/lib/", "Test.hs"]"`
11+
312
## 0.12.1.0 -- 2026-02-24
413

514
* Update range of supported runtime `haskell-debugger-view` versions to `0.2.*`

0 commit comments

Comments
 (0)