From 1cceaf6e5579ca6726d66f38dec87a95161e31ce12f99961bc85ac504d10a1e1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 5 Aug 2019 11:35:34 +0000 Subject: [PATCH 1/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lens revision:7, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=10 --- ghc-lens.spec | 2 +- lens.cabal | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghc-lens.spec b/ghc-lens.spec index f748343..bfbbf1e 100644 --- a/ghc-lens.spec +++ b/ghc-lens.spec @@ -26,7 +26,7 @@ License: BSD-2-Clause 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 diff --git a/lens.cabal b/lens.cabal index 95b833c..b97e46d 100644 --- a/lens.cabal +++ b/lens.cabal @@ -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 @@ library 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, From 3714b17fee8ba775874b8b9dd0d00364a7e5c8b96c49a8a5d3f504a2fe9d809a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 8 Aug 2019 11:18:56 +0000 Subject: [PATCH 2/2] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-lens revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-lens?expand=0&rev=11 --- ghc-lens.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ghc-lens.changes b/ghc-lens.changes index 9ef8708..7831e01 100644 --- a/ghc-lens.changes +++ b/ghc-lens.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 8 10:13:34 UTC 2019 - Peter Simons + +- Update Cabal file to allow building with call-stack 0.2.x. + ------------------------------------------------------------------- Tue Jun 11 14:29:12 UTC 2019 - Peter Simons