forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-lens revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=20
This commit is contained in:
parent
094497d9d6
commit
a58117653b
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 27 14:17:53 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update lens to version 4.19.1.
|
||||
4.19.1 [2020.02.13]
|
||||
-------------------
|
||||
* Fix a bug introduced in 4.19 where using `_TupE` to `preview` a value would
|
||||
always fail.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 7 08:04:19 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update lens to version 4.19.
|
||||
4.19 [2020.02.03]
|
||||
-----------------
|
||||
* Support building with GHC 8.10.
|
||||
* The types of `_TupE` and `_UnboxedTupE` are now `Prism' Exp [Maybe Exp]`
|
||||
when built against `template-haskell-2.16` or later to reflect the new
|
||||
types of `TupE` and `UnboxedTupE`.
|
||||
* Add `_ForallVisT` and `_BytesPrimL` prisms when building against
|
||||
`template-haskell-2.16` or later.
|
||||
* Make `<>~` and `<>=` and their `<op` and `<<op` state variants require only
|
||||
`Semigroup`, not `Monoid`.
|
||||
* Add `{Functor,Foldable,Traversable}WithIndex` instances for
|
||||
`Control.Applicative.Const` and `Data.Functor.Constant.Constant`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 8 16:14:07 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-lens
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 lens
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 4.18.1
|
||||
Version: 4.19.1
|
||||
Release: 0
|
||||
Summary: Lenses, Folds and Traversals
|
||||
License: BSD-2-Clause
|
||||
@ -53,7 +53,6 @@ BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-th-abstraction-devel
|
||||
BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-type-equality-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
%if %{with tests}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3107a3d5165a9762269d7c9e39205d2c4c2aaebc1900ff44a0066c31a492bdd2
|
||||
size 703677
|
3
lens-4.19.1.tar.gz
Normal file
3
lens-4.19.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03cf1b09825e9d92c2dfec40cbddd651313c3994855b19c130e40c4a8fe56c61
|
||||
size 704985
|
Loading…
Reference in New Issue
Block a user