From 13518b14fe5da02e8568349c2affef2e60a40c0b3aabe33702e543d16270d2a4 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-distributive revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=27 --- distributive.cabal | 4 ++-- ghc-distributive.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributive.cabal b/distributive.cabal index cbe820a..6aa1130 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures version: 0.5.3 -x-revision: 5 +x-revision: 6 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE @@ -87,7 +87,7 @@ test-suite doctests build-depends: base >= 4, distributive, - doctest >= 0.11.1 && <0.16 + doctest >= 0.11.1 && <0.17 ghc-options: -Wall -threaded hs-source-dirs: tests diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 655aa77..624c021 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.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/5.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel