osc copypac from project:devel:languages:haskell:ghc-8.4.x package:ghc-HsYAML revision:4, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HsYAML?expand=0&rev=5
This commit is contained in:
Peter Simons 2018-08-24 12:52:21 +00:00 committed by Git OBS Bridge
parent f38739f805
commit 3ea7810dd8
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
cabal-version: 1.14
name: HsYAML
version: 0.1.1.2
x-revision: 1
x-revision: 2
synopsis: Pure Haskell YAML 1.2 parser
homepage: https://github.com/hvr/HsYAML
@ -68,7 +68,7 @@ library
build-depends: base >=4.5 && <4.13
, bytestring >=0.9 && <0.11
, dlist >=0.8 && <0.9
, dlist >=0.8.0.4 && <0.9
, containers >=0.4.2 && <0.7
, text >=1.2.3 && <1.3
, mtl >=2.2.1 && <2.3

View File

@ -25,7 +25,7 @@ License: GPL-2.0-or-later
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/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-bytestring-devel
BuildRequires: ghc-containers-devel