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 62de247 commit 9d91d23Copy full SHA for 9d91d23
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Revision history for haskell-debugger
2
3
+## 0.6.0.0 -- 2025-09-10
4
+
5
+* Improve unit handling and fix running when `main` functions exist across different units
6
+ * Add interactive home unit id
7
+ * The entry file determines which of the `main`s to run.
8
+* Add proper option parsing
9
+* Add preview version of `hdb cli` interactive mode, as an alternative to DAP server
10
+ * Experimental and incomplete
11
+* Fix: output uncaught exceptions to stderr
12
+* Fix: output eval completed result to console
13
14
## 0.5.0.0 -- 2025-08-26
15
16
* Compatibility with GHC 9.14
0 commit comments