osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-attoparsec revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-attoparsec?expand=0&rev=36
This commit is contained in:
parent
90198f8910
commit
e08c9e3f8d
@ -1,6 +1,6 @@
|
|||||||
name: attoparsec
|
name: attoparsec
|
||||||
version: 0.13.2.2
|
version: 0.13.2.2
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
license: BSD3
|
license: BSD3
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
category: Text, Parsing
|
category: Text, Parsing
|
||||||
@ -54,7 +54,7 @@ library
|
|||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
||||||
build-depends: fail == 4.9.*,
|
build-depends: fail == 4.9.*,
|
||||||
semigroups >=0.16.1 && <0.19
|
semigroups >=0.16.1 && <0.20
|
||||||
|
|
||||||
exposed-modules: Data.Attoparsec
|
exposed-modules: Data.Attoparsec
|
||||||
Data.Attoparsec.ByteString
|
Data.Attoparsec.ByteString
|
||||||
@ -140,7 +140,7 @@ test-suite tests
|
|||||||
if !impl(ghc >= 8.0)
|
if !impl(ghc >= 8.0)
|
||||||
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
-- Data.Semigroup && Control.Monad.Fail are available in base-4.9+
|
||||||
build-depends: fail == 4.9.*,
|
build-depends: fail == 4.9.*,
|
||||||
semigroups >=0.16.1 && <0.19
|
semigroups >=0.16.1 && <0.20
|
||||||
|
|
||||||
benchmark benchmarks
|
benchmark benchmarks
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
|
@ -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/2.cabal#/%{pkg_name}.cabal
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.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…
Reference in New Issue
Block a user