From 0bcabe9ed1577eebe90557feb64a5f1b1ac2e515e7cfb80ba0e81c95d26ec4ff Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:18 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-attoparsec revision:22, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=63 --- attoparsec.cabal | 4 ++-- ghc-attoparsec.changes | 6 ++++++ ghc-attoparsec.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/attoparsec.cabal b/attoparsec.cabal index 424501c..0d9de0d 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -1,6 +1,6 @@ name: attoparsec version: 0.14.4 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE category: Text, Parsing @@ -61,7 +61,7 @@ library scientific >= 0.3.1 && < 0.4, transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.7, text >= 1.1.1.3, - ghc-prim <0.9, + ghc-prim <0.10, attoparsec-internal if impl(ghc < 7.4) build-depends: diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index 8a71ed0..f378cda 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 10 22:09:34 UTC 2022 - Peter Simons + +- Update attoparsec to version 0.14.4 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun Jan 16 18:41:59 UTC 2022 - Peter Simons diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 5e81d3a..674477d 100644 --- a/ghc-attoparsec.spec +++ b/ghc-attoparsec.spec @@ -26,7 +26,7 @@ Summary: Fast combinator parsing for bytestrings and text License: BSD-3-Clause 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-bytestring-devel