Accepting request 870860 from devel:languages:haskell
update haskell stack in factory OBS-URL: https://build.opensuse.org/request/show/870860 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-brick?expand=0&rev=11
This commit is contained in:
commit
8664c18e6e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5b3dbf6f16241d0510ac7edde154aca9dbfb9d4150471e0aa7dab6408915563
|
||||
size 699121
|
3
brick-0.60.2.tar.gz
Normal file
3
brick-0.60.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71acbfa1fb58d07839a6fede3fee9c07600fff32f724ca48da7846874a5d97b9
|
||||
size 702455
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 8 05:05:28 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update brick to version 0.60.2.
|
||||
0.60.2
|
||||
------
|
||||
|
||||
Bug fixes:
|
||||
* Widgets reported as `clickable` are now reported as clickable even
|
||||
when their renderings are cached with `cached` (#307; thanks Hari
|
||||
Menon)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 20:26:11 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update brick to version 0.60.1.
|
||||
0.60.1
|
||||
------
|
||||
|
||||
Bug fixes:
|
||||
* `table []` no longer raises `TEUnequalRowSizes`.
|
||||
|
||||
0.60
|
||||
----
|
||||
|
||||
New features:
|
||||
* Added `Brick.Widgets.Table` to support drawing basic tables. See
|
||||
`programs/TableDemo.hs` for a demonstration (`cabal new-run -f demos
|
||||
brick-table-demo`).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 29 10:26:08 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update brick to version 0.59.
|
||||
0.59
|
||||
----
|
||||
|
||||
API changes:
|
||||
* `Brick.Widgets.List` got `listMoveToBeginning` and `listMoveToEnd`
|
||||
functions
|
||||
* `Extent`: removed the unused `extentOffset` field
|
||||
|
||||
Bug fixes:
|
||||
* Fixed a crash in the border rewriting code that attempted to rewrite
|
||||
empty images (#305) (thanks @dmwit)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 29 21:16:36 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-brick
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 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: 0.58.1
|
||||
Version: 0.60.2
|
||||
Release: 0
|
||||
Summary: A declarative terminal user interface library
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user