Accepting request 1233188 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1233188 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-attoparsec?expand=0&rev=32
This commit is contained in:
commit
ea6b91674e
@ -2,7 +2,7 @@ cabal-version: 2.0
|
||||
-- 2.0 needed for internal libraries
|
||||
name: attoparsec
|
||||
version: 0.14.4
|
||||
x-revision: 5
|
||||
x-revision: 6
|
||||
license: BSD3
|
||||
license-file: LICENSE
|
||||
category: Text, Parsing
|
||||
@ -79,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.12,
|
||||
ghc-prim < 0.14,
|
||||
attoparsec-internal
|
||||
if impl(ghc < 7.4)
|
||||
build-depends:
|
||||
@ -143,7 +143,7 @@ test-suite attoparsec-tests
|
||||
base,
|
||||
bytestring,
|
||||
deepseq >= 1.1,
|
||||
QuickCheck >= 2.13.2 && < 2.15,
|
||||
QuickCheck >= 2.13.2 && < 2.16,
|
||||
quickcheck-unicode,
|
||||
scientific,
|
||||
tasty >= 0.11,
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 12 03:39:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update attoparsec to version 0.14.4 revision 6.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 14:12:34 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-attoparsec
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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/5.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/6.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
|
Loading…
x
Reference in New Issue
Block a user