From 2d4473c3c371988a19e7ed593778a232a5c80bfbb61f80e96c3bba52af03b6e6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 27 Jun 2018 01:01:27 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-comonad revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=28 --- comonad.cabal | 4 ++-- ghc-comonad.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comonad.cabal b/comonad.cabal index 1b88d13..e30896d 100644 --- a/comonad.cabal +++ b/comonad.cabal @@ -1,7 +1,7 @@ name: comonad category: Control, Comonads version: 5.0.3 -x-revision: 2 +x-revision: 3 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE @@ -133,4 +133,4 @@ test-suite doctests build-depends: base, comonad, - doctest >= 0.11.1 && < 0.16 + doctest >= 0.11.1 && < 0.17 diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 2369ab8..d5e12cf 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel