Accepting request 1157236 from devel:languages:haskell
Update Haskell ecosystem to GHC version 9.8.2. OBS-URL: https://build.opensuse.org/request/show/1157236 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-brick?expand=0&rev=28
This commit is contained in:
commit
0b6e2fc55d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f3907683341738c8c5d903d0d2889b7e82ea0a2b4077ed7d46fea18aac4706d
|
||||
size 223675
|
3
brick-2.3.1.tar.gz
Normal file
3
brick-2.3.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65f0ad1a65da643ce69014d9cfc2fe431b01a21989f973c09d8ed5f017b81698
|
||||
size 223893
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 17:33:30 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update brick to version 2.3.1.
|
||||
2.3.1
|
||||
-----
|
||||
|
||||
Bug fixes:
|
||||
* Form field rendering now correctly checks for form field focus when
|
||||
its visibility mode is `ShowAugmentedField`.
|
||||
|
||||
2.3
|
||||
---
|
||||
|
||||
API changes:
|
||||
* `FormFieldVisibilityMode`'s `ShowAugmentedField` was renamed to
|
||||
`ShowCompositeField` to be clearer about what it does, and a new
|
||||
`ShowAugmentedField` constructor was added to support a mode where
|
||||
field augmentations applied with `@@=` are made visible as well.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 18 00:44:39 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.2
|
||||
Version: 2.3.1
|
||||
Release: 0
|
||||
Summary: A declarative terminal user interface library
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
x
Reference in New Issue
Block a user