From 737f9dfd9abf015599e8c195d7faf90d1990b372603702d3ace5b36aa1b26916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Tue, 9 Feb 2021 09:17:46 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-lens-aeson revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens-aeson?expand=0&rev=6 --- ghc-lens-aeson.changes | 6 ++++++ ghc-lens-aeson.spec | 4 ++-- lens-aeson.cabal | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-lens-aeson.changes b/ghc-lens-aeson.changes index 6de7682..3331d42 100644 --- a/ghc-lens-aeson.changes +++ b/ghc-lens-aeson.changes @@ -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 diff --git a/ghc-lens-aeson.spec b/ghc-lens-aeson.spec index 5aa0ac5..ff24e26 100644 --- a/ghc-lens-aeson.spec +++ b/ghc-lens-aeson.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Law-abiding lenses for aeson License: MIT URL: https://hackage.haskell.org/package/%{pkg_name} 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-aeson-devel BuildRequires: ghc-attoparsec-devel diff --git a/lens-aeson.cabal b/lens-aeson.cabal index 5b9ca4f..3ea040a 100644 --- a/lens-aeson.cabal +++ b/lens-aeson.cabal @@ -1,7 +1,7 @@ name: lens-aeson category: Numeric version: 1.1 -x-revision: 3 +x-revision: 4 license: MIT cabal-version: >= 1.8 license-file: LICENSE @@ -82,7 +82,7 @@ test-suite doctests else build-depends: base, - doctest >= 0.11.1 && < 0.18, + doctest >= 0.11.1 && < 0.19, generic-deriving, lens-aeson, semigroups >= 0.9,