osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-brick revision:34, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=38
This commit is contained in:
Peter Simons 2022-06-29 12:18:08 +00:00 committed by Git OBS Bridge
parent a62c68ad91
commit 3799fe360a
4 changed files with 77 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c91884ba49d7a1001b44fad5c3e8f679cc5d001556e1c4b4c7fe0a3f58c5c809
size 712007

3
brick-0.70.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4d214bc6cad3207299b9b273a886dbff011d75f82b2afd4a7f31a4a0d8821a2
size 702382

View File

@ -1,3 +1,76 @@
-------------------------------------------------------------------
Sun Jun 19 20:13:57 UTC 2022 - Peter Simons <psimons@suse.com>
- Update brick to version 0.70.1.
0.70.1
------
Build fixes:
* Added a missing import for GHC 8.2.2.
0.70
----
Enhancements:
* The table widget now behaves much better when some or all cells are
empty.
Bug fixes:
* BorderMaps got fixed to ensure that smart borders connect even in the
presence of empty widgets (#370). Thanks to Daniel Wagner for this
fix!
0.69.1
------
Bug fixes:
* `table` can now deal properly with empty cells that are in left- and
top-aligned settings. Previously, empty cells in those settings would
break table rendering. (#369)
-------------------------------------------------------------------
Mon May 23 20:30:38 UTC 2022 - Peter Simons <psimons@suse.com>
- Update brick to version 0.69.
0.69
----
New features:
* `Brick.Widgets.Core`: added `relativeTo` to support relative
positioning across layers. This allows elements in higher layers
to be positioned relative to elements in lower layers as long as
those elements have had their extents reported with `reportExtent` or
`clickable`.
-------------------------------------------------------------------
Fri Apr 1 05:03:26 UTC 2022 - Peter Simons <psimons@suse.com>
- Update brick to version 0.68.1.
0.68.1
------
Bug fixes:
* Brick's internal book-keeping got a bug fix that caused mouse-click
coordinates to be wrong for clickable regions that were translated
partially off of the left or top edges of a rendered region.
-------------------------------------------------------------------
Mon Mar 7 16:33:29 UTC 2022 - Peter Simons <psimons@suse.com>
- Update brick to version 0.68.
0.68
----
API changes:
* Removed the "markup" feature, which included `Data.Text.Markup`,
`Brick.Markup`, and `brick-markup-demo`. This feature never performed
well and was awkward to use. I considered it experimental from the
initial release of this library. Some recent incompatibilities with
Vty changes made me realize that it was time to finally get rid of
this. If this affects you, please let me know and I am happy to work
with you to figure out an alternative. Granted, anyone is welcome to
dig up the previous code and re-use it in their own projects!
-------------------------------------------------------------------
Mon Jan 31 17:17:26 UTC 2022 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name brick
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.67
Version: 0.70.1
Release: 0
Summary: A declarative terminal user interface library
License: BSD-3-Clause