From d7eb76fa63376c189c67d0779c910f0f1a1b85435066684b82998cad0d3057c3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 Aug 2019 01:01:44 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-attoparsec revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=39 --- attoparsec.cabal | 4 ++-- ghc-attoparsec.spec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/attoparsec.cabal b/attoparsec.cabal index f99613c..c5013b1 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -1,6 +1,6 @@ name: attoparsec version: 0.13.2.2 -x-revision: 3 +x-revision: 4 license: BSD3 license-file: LICENSE category: Text, Parsing @@ -40,7 +40,7 @@ Flag developer library build-depends: array, - base >= 4.2 && < 5, + base >= 4.2 && < 4.13, bytestring, containers, deepseq, diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index bdd2284..bf3b429 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -26,7 +26,7 @@ License: BSD-3-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-array-devel BuildRequires: ghc-bytestring-devel