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
This commit is contained in:
parent
20b77eccd0
commit
ba065339c0
@ -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:
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 14:12:34 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- 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 <psimons@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user