forked from pool/ghc-lens-aeson
Accepting request 870871 from devel:languages:haskell
update haskell stack in factory OBS-URL: https://build.opensuse.org/request/show/870871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-lens-aeson?expand=0&rev=2
This commit is contained in:
commit
20c8aa58f4
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 8 19:13:41 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update lens-aeson to version 1.1 revision 4.
|
||||||
|
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-aeson
|
# spec file for package ghc-lens-aeson
|
||||||
#
|
#
|
||||||
# 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: Law-abiding lenses for aeson
|
|||||||
License: MIT
|
License: MIT
|
||||||
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/3.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-aeson-devel
|
BuildRequires: ghc-aeson-devel
|
||||||
BuildRequires: ghc-attoparsec-devel
|
BuildRequires: ghc-attoparsec-devel
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
name: lens-aeson
|
name: lens-aeson
|
||||||
category: Numeric
|
category: Numeric
|
||||||
version: 1.1
|
version: 1.1
|
||||||
x-revision: 3
|
x-revision: 4
|
||||||
license: MIT
|
license: MIT
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
@ -82,7 +82,7 @@ test-suite doctests
|
|||||||
else
|
else
|
||||||
build-depends:
|
build-depends:
|
||||||
base,
|
base,
|
||||||
doctest >= 0.11.1 && < 0.18,
|
doctest >= 0.11.1 && < 0.19,
|
||||||
generic-deriving,
|
generic-deriving,
|
||||||
lens-aeson,
|
lens-aeson,
|
||||||
semigroups >= 0.9,
|
semigroups >= 0.9,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user