forked from pool/ghc-lens
Accepting request 870870 from devel:languages:haskell
update haskell stack in factory OBS-URL: https://build.opensuse.org/request/show/870870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lens?expand=0&rev=15
This commit is contained in:
commit
cf7ab205c4
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 19:13:43 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update lens to version 4.19.2 revision 5.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jan 31 13:49:07 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update lens to version 4.19.2 revision 4.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 20 08:35:33 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update lens to version 4.19.2 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-lens
|
# spec file for package ghc-lens
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,7 @@ Summary: Lenses, Folds and Traversals
|
|||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-base-orphans-devel
|
BuildRequires: ghc-base-orphans-devel
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: lens
|
name: lens
|
||||||
category: Data, Lenses, Generics
|
category: Data, Lenses, Generics
|
||||||
version: 4.19.2
|
version: 4.19.2
|
||||||
x-revision: 2
|
x-revision: 5
|
||||||
license: BSD2
|
license: BSD2
|
||||||
cabal-version: 1.18
|
cabal-version: 1.18
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -204,7 +204,7 @@ library
|
|||||||
base-orphans >= 0.5.2 && < 1,
|
base-orphans >= 0.5.2 && < 1,
|
||||||
bifunctors >= 5.1 && < 6,
|
bifunctors >= 5.1 && < 6,
|
||||||
bytestring >= 0.9.2.1 && < 0.11,
|
bytestring >= 0.9.2.1 && < 0.11,
|
||||||
call-stack >= 0.1 && < 0.3,
|
call-stack >= 0.1 && < 0.4,
|
||||||
comonad >= 4 && < 6,
|
comonad >= 4 && < 6,
|
||||||
contravariant >= 1.3 && < 2,
|
contravariant >= 1.3 && < 2,
|
||||||
containers >= 0.4.0 && < 0.7,
|
containers >= 0.4.0 && < 0.7,
|
||||||
@ -447,7 +447,7 @@ test-suite doctests
|
|||||||
containers,
|
containers,
|
||||||
directory >= 1.0,
|
directory >= 1.0,
|
||||||
deepseq,
|
deepseq,
|
||||||
doctest >= 0.11.4 && < 0.12 || >= 0.13 && < 0.18,
|
doctest >= 0.11.4 && < 0.12 || >= 0.13 && < 0.19,
|
||||||
filepath,
|
filepath,
|
||||||
generic-deriving,
|
generic-deriving,
|
||||||
lens,
|
lens,
|
||||||
@ -458,7 +458,7 @@ test-suite doctests
|
|||||||
simple-reflect >= 0.3.1,
|
simple-reflect >= 0.3.1,
|
||||||
text,
|
text,
|
||||||
unordered-containers,
|
unordered-containers,
|
||||||
vector
|
vector < 0.12.2
|
||||||
|
|
||||||
-- Basic benchmarks for the uniplate-style combinators
|
-- Basic benchmarks for the uniplate-style combinators
|
||||||
benchmark plated
|
benchmark plated
|
||||||
|
Loading…
x
Reference in New Issue
Block a user