From b8c10a02d4731c69a5fe47a0058cc6fec8aa58d5a0f26693ee38038e93477c00 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 27 Jan 2023 21:04:26 +0000 Subject: [PATCH] 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 --- brick-1.5.tar.gz | 3 --- brick-1.6.tar.gz | 3 +++ ghc-brick.changes | 27 +++++++++++++++++++++++++++ ghc-brick.spec | 4 ++-- 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 brick-1.5.tar.gz create mode 100644 brick-1.6.tar.gz diff --git a/brick-1.5.tar.gz b/brick-1.5.tar.gz deleted file mode 100644 index 8db447e..0000000 --- a/brick-1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6290081719d68c149dc9bd0098f36aac235b615334a3510fda89e19bbdb95f4f -size 716108 diff --git a/brick-1.6.tar.gz b/brick-1.6.tar.gz new file mode 100644 index 0000000..37a3cde --- /dev/null +++ b/brick-1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:463dfba63a279cac25398a1b36f36677d487f56efba6c6ce595d65e7d1157da3 +size 719316 diff --git a/ghc-brick.changes b/ghc-brick.changes index d3a3851..7197b9a 100644 --- a/ghc-brick.changes +++ b/ghc-brick.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sun Jan 22 00:28:19 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-brick.spec b/ghc-brick.spec index d84d3b8..befc7db 100644 --- a/ghc-brick.spec +++ b/ghc-brick.spec @@ -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