osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-brick revision:42, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-brick?expand=0&rev=45
This commit is contained in:
parent
80dc71a89b
commit
b8c10a02d4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6290081719d68c149dc9bd0098f36aac235b615334a3510fda89e19bbdb95f4f
|
||||
size 716108
|
3
brick-1.6.tar.gz
Normal file
3
brick-1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:463dfba63a279cac25398a1b36f36677d487f56efba6c6ce595d65e7d1157da3
|
||||
size 719316
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 22 00:28:19 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update brick to version 1.6.
|
||||
1.6
|
||||
---
|
||||
|
||||
Package changes:
|
||||
* Support `mtl` 2.3 (thanks Daniel Firth)
|
||||
|
||||
API changes:
|
||||
* `Brick.Widgets.Table` got a new `alignColumns` function that can be
|
||||
used to do column layout of a list of widgets using `ColumnAlignment`
|
||||
values from the table API.
|
||||
* `Brick.Widgets.Table` got a new low-level table-rendering API for use
|
||||
in applications that want to use the table layout machinery without
|
||||
using `Table` itself. This includes:
|
||||
* `tableCellLayout` - does table cell layout using table configuration
|
||||
settings,
|
||||
* `addBorders` - adds row, column, and surrounding borders using table
|
||||
border-drawing settings, and
|
||||
* `RenderedTableCells` and `BorderConfiguration` - the low-level types
|
||||
used for the new functions.
|
||||
|
||||
Other changes:
|
||||
* Added a new `EditorLineNumbersDemo` demo program.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 24 18:20:39 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-brick
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%global pkg_name brick
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.5
|
||||
Version: 1.6
|
||||
Release: 0
|
||||
Summary: A declarative terminal user interface library
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user