osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-attoparsec revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=33
This commit is contained in:
parent
1ddd189c92
commit
6bcf7b0c20
@ -1,6 +1,6 @@
|
|||||||
name: attoparsec
|
name: attoparsec
|
||||||
version: 0.13.2.2
|
version: 0.13.2.2
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
category: Text, Parsing
|
category: Text, Parsing
|
||||||
@ -45,7 +45,7 @@ library
|
|||||||
containers,
|
containers,
|
||||||
deepseq,
|
deepseq,
|
||||||
scientific >= 0.3.1 && < 0.4,
|
scientific >= 0.3.1 && < 0.4,
|
||||||
transformers >= 0.4.1.0,
|
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,
|
||||||
text >= 1.1.1.3
|
text >= 1.1.1.3
|
||||||
if impl(ghc < 7.4)
|
if impl(ghc < 7.4)
|
||||||
build-depends:
|
build-depends:
|
||||||
@ -134,7 +134,7 @@ test-suite tests
|
|||||||
tasty >= 0.11,
|
tasty >= 0.11,
|
||||||
tasty-quickcheck >= 0.8,
|
tasty-quickcheck >= 0.8,
|
||||||
text,
|
text,
|
||||||
transformers >= 0.4.1.0,
|
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,
|
||||||
vector
|
vector
|
||||||
|
|
||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
@ -179,7 +179,7 @@ benchmark benchmarks
|
|||||||
parsec >= 3.1.2,
|
parsec >= 3.1.2,
|
||||||
scientific,
|
scientific,
|
||||||
text >= 1.1.1.0,
|
text >= 1.1.1.0,
|
||||||
transformers >= 0.4.1.0,
|
transformers >= 0.2 && (< 0.4 || >= 0.4.1.0) && < 0.6,
|
||||||
unordered-containers,
|
unordered-containers,
|
||||||
vector
|
vector
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ License: BSD-3-Clause
|
|||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-array-devel
|
BuildRequires: ghc-array-devel
|
||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user