1
0

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:
Dominique Leuenberger 2021-02-16 21:38:41 +00:00 committed by Git OBS Bridge
commit 20c8aa58f4
3 changed files with 10 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -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,