OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-breakpoint?expand=0&rev=3
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Dec 2 23:46:01 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update breakpoint to version 0.1.2.0.
|
|
## 0.1.2.0 -- 2022-11-18
|
|
* `breakpoint` and `queryVars` include a `*result` binding in their output
|
|
* Fix a bug breaking Windows compatibility
|
|
* Fix a bug with overlapping breakpoints and timeouts
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Nov 2 22:09:13 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update breakpoint to version 0.1.1.1.
|
|
## 0.1.1.1 -- 2022-11-02
|
|
* Support `IsString` version of string literals in `excludeVars`
|
|
|
|
## 0.1.1.0 -- 2022-10-30
|
|
|
|
* Support for GHC 9.4.*
|
|
* Values are pretty printed using `pretty-simple`
|
|
* Timeouts are suspended during breakpoints for GHC >= 9.2 and non-windows
|
|
* Fix a bug with monadic binds in do blocks
|
|
* Variable names are no longer visible in their definition body
|
|
* Adds `excludeVars` to ingore a list of vars, especially those that don't compile
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Aug 20 22:22:47 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Add breakpoint at version 0.1.0.0.
|
|
|