osc copypac from project:devel:languages:haskell:ghc-8.6.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=39
This commit is contained in:
Peter Simons 2019-08-15 01:01:44 +00:00 committed by Git OBS Bridge
parent 906bca103c
commit d7eb76fa63
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: attoparsec
version: 0.13.2.2
x-revision: 3
x-revision: 4
license: BSD3
license-file: LICENSE
category: Text, Parsing
@ -40,7 +40,7 @@ Flag developer
library
build-depends: array,
base >= 4.2 && < 5,
base >= 4.2 && < 4.13,
bytestring,
containers,
deepseq,

View File

@ -26,7 +26,7 @@ License: BSD-3-Clause
Group: Development/Libraries/Haskell
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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-bytestring-devel