Hello community, here is the log from the commit of package ghc-lens for openSUSE:Factory checked in at 2019-08-13 13:16:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-lens (Old) and /work/SRC/openSUSE:Factory/.ghc-lens.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lens" Tue Aug 13 13:16:12 2019 rev:5 rq:721731 version:4.17.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-lens/ghc-lens.changes 2019-06-19 21:12:28.118746484 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-lens.new.9556/ghc-lens.changes 2019-08-13 13:16:18.313491252 +0200 @@ -1,0 +2,5 @@ +Thu Aug 8 10:13:34 UTC 2019 - Peter Simons <[email protected]> + +- Update Cabal file to allow building with call-stack 0.2.x. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-lens.spec ++++++ --- /var/tmp/diff_new_pack.X4OJgq/_old 2019-08-13 13:16:20.797490677 +0200 +++ /var/tmp/diff_new_pack.X4OJgq/_new 2019-08-13 13:16:20.801490676 +0200 @@ -26,7 +26,7 @@ Group: Development/Libraries/Haskell 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-base-orphans-devel ++++++ lens.cabal ++++++ --- /var/tmp/diff_new_pack.X4OJgq/_old 2019-08-13 13:16:20.841490666 +0200 +++ /var/tmp/diff_new_pack.X4OJgq/_new 2019-08-13 13:16:20.841490666 +0200 @@ -1,7 +1,7 @@ name: lens category: Data, Lenses, Generics version: 4.17.1 -x-revision: 1 +x-revision: 2 license: BSD2 cabal-version: 1.18 license-file: LICENSE @@ -200,7 +200,7 @@ base-orphans >= 0.5.2 && < 1, bifunctors >= 5.1 && < 6, bytestring >= 0.9.1.10 && < 0.11, - call-stack >= 0.1 && < 0.2, + call-stack >= 0.1 && < 0.3, comonad >= 4 && < 6, contravariant >= 1.3 && < 2, containers >= 0.4.0 && < 0.7,
