Skip to content
Snippets Groups Projects
Commit 06dc852d authored by Matthew Pickering's avatar Matthew Pickering
Browse files

0.4.0.1

parent 61237339
No related branches found
No related tags found
No related merge requests found
Pipeline #65564 failed
# Revision history for ghc-debug-client
## 0.4.0.1 -- 2023-03-09
* Relax some version bounds and use eventlog2html 0.9.3
## 0.4 -- 2022-12-14
* Add support for tracing SRTs. This is quite an invasive change which adds a new
......
cabal-version: 3.0
name: ghc-debug-client
version: 0.4.0.0
version: 0.4.0.1
synopsis: Useful functions for writing heap analysis tools which use
ghc-debug.
description: Useful functions for writing heap analysis tools which use
......
# Revision history for ghc-debug-brick
## 0.4.0.1 -- 2023-03-09
* Fix snapshot mode
* Show why threads are blocked (or not)
## 0.4.0.0 -- 2022-12-14
* Add command picker (Ctrl-P) for selecting commands
......
cabal-version: 2.4
name: ghc-debug-brick
version: 0.4.0.0
version: 0.4.0.1
synopsis: A simple TUI using ghc-debug
description: A simple TUI using ghc-debug
bug-reports: https://gitlab.haskell.org/ghc/ghc-debug/-/issues
......@@ -29,7 +29,7 @@ executable ghc-debug-brick
, time
, deepseq
, microlens
, ghc-debug-client == 0.4.0.0
, ghc-debug-client == 0.4.0.1
, ghc-debug-common == 0.4.0.0
, ghc-debug-convention == 0.4.0.0
, unordered-containers
......
......@@ -26,7 +26,7 @@ library
build-depends: base >=4.16 && < 5
, directory ^>= 1.3
, filepath ^>= 1.4
, ghc-prim ^>= 0.8
, ghc-prim >= 0.8 && < 0.10
, ghc-debug-convention == 0.4.0.0
default-language: Haskell2010
cxx-sources: cbits/stub.cpp, cbits/socket.cpp, cbits/trace.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment