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,