From ba065339c0d4e819ef80b998481332a86f90c79062b47baaf2658b8a575773e1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Oct 2023 21:00:53 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-attoparsec revision:17, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=71 --- attoparsec.cabal | 15 ++++++++------- ghc-attoparsec.changes | 6 ++++++ ghc-attoparsec.spec | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/attoparsec.cabal b/attoparsec.cabal index c3dabd4..57fc989 100644 --- a/attoparsec.cabal +++ b/attoparsec.cabal @@ -2,7 +2,7 @@ cabal-version: 2.0 -- 2.0 needed for internal libraries name: attoparsec version: 0.14.4 -x-revision: 4 +x-revision: 5 license: BSD3 license-file: LICENSE category: Text, Parsing @@ -19,8 +19,9 @@ description: file formats. tested-with: - GHC == 9.6.2 - GHC == 9.4.5 + GHC == 9.8.1 + GHC == 9.6.3 + GHC == 9.4.7 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -30,9 +31,9 @@ tested-with: GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 - GHC == 7.8.4 - GHC == 7.6.3 - GHC == 7.4.2 + -- GHC == 7.8.4 + -- GHC == 7.6.3 + -- GHC == 7.4.2 extra-source-files: README.markdown @@ -78,7 +79,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.11, + ghc-prim < 0.12, attoparsec-internal if impl(ghc < 7.4) build-depends: diff --git a/ghc-attoparsec.changes b/ghc-attoparsec.changes index df8da5e..cbcaf69 100644 --- a/ghc-attoparsec.changes +++ b/ghc-attoparsec.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 10 14:12:34 UTC 2023 - Peter Simons + +- Update attoparsec to version 0.14.4 revision 5. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Wed Jul 12 14:11:27 UTC 2023 - Peter Simons diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec index 4724da9..8e9a24b 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/4.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof