From 7d7f9b64ed8d17c8ee79c7ff304dcba9990489032a4642d449ff6fc2bb96e86f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Feb 2018 02:18:00 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-distributive revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=19 --- distributive.cabal | 4 ++-- ghc-distributive.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/distributive.cabal b/distributive.cabal index f826fd5..606b380 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures version: 0.5.3 -x-revision: 3 +x-revision: 4 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.14 + doctest >= 0.11.1 && <0.15 ghc-options: -Wall -threaded hs-source-dirs: tests diff --git a/ghc-distributive.spec b/ghc-distributive.spec index c78c186..e6800a6 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/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-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel