Accepting request 1008432 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1008432
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-attoparsec?expand=0&rev=28
This commit is contained in:
Dominique Leuenberger 2022-10-13 13:40:59 +00:00 committed by Git OBS Bridge
commit 42fceb15cf
3 changed files with 9 additions and 3 deletions

View File

@ -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:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 10 22:09:34 UTC 2022 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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