osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-brick revision:37, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=39
This commit is contained in:
parent
3799fe360a
commit
2d5c3ff65b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4d214bc6cad3207299b9b273a886dbff011d75f82b2afd4a7f31a4a0d8821a2
|
||||
size 702382
|
3
brick-0.73.tar.gz
Normal file
3
brick-0.73.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:741c8d0717f0ab5addd5d3acc88cb36d645a0c73907bde509b2fd9d9bc02039c
|
||||
size 704762
|
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 9 16:24:17 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update brick to version 0.73.
|
||||
0.73
|
||||
----
|
||||
|
||||
API changes:
|
||||
* Added `Brick.Widgets.Edit.getCursorPosition` (thanks
|
||||
@TristanCacqueray)
|
||||
|
||||
0.72
|
||||
----
|
||||
|
||||
Package changes:
|
||||
* Increased lower bound on `text-zipper` to `0.12`.
|
||||
|
||||
API changes:
|
||||
* `handleEditorEvent` now takes a `BrickEvent` rather than just a Vty
|
||||
`Event`.
|
||||
* Brick editors now handle mouse clicks to change their cursor
|
||||
positions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 15:21:33 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update brick to version 0.71.1.
|
||||
0.71.1
|
||||
------
|
||||
|
||||
Bug fixes:
|
||||
* Fixed an issue where `tests/Render.hs` did not gracefully exit in the
|
||||
presence of an unknown terminal.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 16:28:56 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update brick to version 0.71.
|
||||
0.71
|
||||
----
|
||||
|
||||
Package changes:
|
||||
* Increased `vty` lower bound to `5.36`.
|
||||
|
||||
API changes:
|
||||
* Added `tests/Render.hs` to provide a simple test of
|
||||
`Brick.Main.renderWidget` (thanks @valyagolev)
|
||||
* Added `Brick.Main.renderWidget` to help in golden testing contexts
|
||||
(thanks @valyagolev)
|
||||
|
||||
Other changes:
|
||||
* Various `table` documentation improvements.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 19 20:13:57 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name brick
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.70.1
|
||||
Version: 0.73
|
||||
Release: 0
|
||||
Summary: A declarative terminal user interface library
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user