We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f38b75 commit 0f5206dCopy full SHA for 0f5206d
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Revision history for haskell-debugger
2
3
+## 0.9.0.0 -- 2025-10-13
4
+
5
+### Main changes
6
7
+* Run a proxy program with `runInTerminal` to allow stdin via the terminal process, if the client supports it.
8
9
+### Bug fixes
10
11
+* Fix bug where build failures were reported in a pop-up rather than stderr
12
+* Fix crashes panicking with `findUnitIdOfEntryFile`
13
+* Fix cli bug by use absolute entryFile path
14
+* Fix bug caused by not canonicalizing special target and root
15
+* Fix in variable expansion (expand `Term`s iteratively as the user expands the tree)
16
17
## 0.8.0.0 -- 2025-09-19
18
19
* Allow defaults for all settings except `entryFile` and return a proper error in that case
0 commit comments