forked from pool/ghc-lens
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lens revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=5
This commit is contained in:
parent
6641c1ccd0
commit
373b4d0645
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 30 09:23:06 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update lens to version 4.17.1.
|
||||
4.17.1 [2019.04.26]
|
||||
-------------------
|
||||
* Support `th-abstraction-0.3.0.0` or later.
|
||||
* Only incur `semigroups` and `void` dependencies on old GHCs.
|
||||
* Add `holes1Of`.
|
||||
* Add `locally` (https://github.com/ekmett/lens/pull/829).
|
||||
* Add `ilocally` (https://github.com/ekmett/lens/pull/836).
|
||||
* Add a third `Prism` law.
|
||||
* Add `gplate1`.
|
||||
* Add `Wrapped`/`Rewrapped` instances for `Data.Monoid.Ap`.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 16:29:51 UTC 2018 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-lens
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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.17
|
||||
Version: 4.17.1
|
||||
Release: 0
|
||||
Summary: Lenses, Folds and Traversals
|
||||
License: BSD-2-Clause
|
||||
@ -48,7 +48,6 @@ BuildRequires: ghc-profunctors-devel
|
||||
BuildRequires: ghc-reflection-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-semigroupoids-devel
|
||||
BuildRequires: ghc-semigroups-devel
|
||||
BuildRequires: ghc-tagged-devel
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
@ -57,7 +56,6 @@ BuildRequires: ghc-transformers-compat-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
BuildRequires: ghc-vector-devel
|
||||
BuildRequires: ghc-void-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-HUnit-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
@ -66,6 +64,7 @@ BuildRequires: ghc-directory-devel
|
||||
BuildRequires: ghc-doctest-devel
|
||||
BuildRequires: ghc-generic-deriving-devel
|
||||
BuildRequires: ghc-nats-devel
|
||||
BuildRequires: ghc-semigroups-devel
|
||||
BuildRequires: ghc-simple-reflect-devel
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
BuildRequires: ghc-test-framework-hunit-devel
|
||||
|
3
lens-4.17.1.tar.gz
Normal file
3
lens-4.17.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4711bd5703ba22cc4a5cf62679775b92f92c108c6496f7b2b3ef31414761f3be
|
||||
size 993831
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:473664de541023bef44aa29105abbb1e35542e9254cdc846963183e0dd3f08cc
|
||||
size 991660
|
Loading…
Reference in New Issue
Block a user