Accepting request 287666 from devel:languages:haskell
1 OBS-URL: https://build.opensuse.org/request/show/287666 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-yaml?expand=0&rev=3
This commit is contained in:
commit
94abc35748
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 25 08:18:36 UTC 2015 - mpluskal@suse.com
|
||||
|
||||
- Update to 0.8.10.1:
|
||||
* Add the Data.Yaml.Include module
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 17 17:17:33 UTC 2013 - peter.trommler@ohm-hochschule.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,12 +19,12 @@
|
||||
%global pkg_name yaml
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.5
|
||||
Version: 0.8.10.1
|
||||
Release: 0
|
||||
Summary: Support for parsing and rendering YAML documents
|
||||
License: BSD-3-Clause
|
||||
Group: System/Libraries
|
||||
Url: http://hackage.haskell.org/package/%{name}
|
||||
Url: http://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -36,7 +36,9 @@ BuildRequires: ghc-attoparsec-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-conduit-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-enclosed-exceptions-devel
|
||||
BuildRequires: ghc-resourcet-devel
|
||||
BuildRequires: ghc-scientific-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
BuildRequires: ghc-unordered-containers-devel
|
||||
@ -77,6 +79,7 @@ This package provides the Haskell yaml library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
%ghc_fix_dynamic_rpath yaml2json
|
||||
%ghc_fix_dynamic_rpath json2yaml
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
@ -88,6 +91,7 @@ This package provides the Haskell yaml library development files.
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE
|
||||
%{_bindir}/yaml2json
|
||||
%{_bindir}/json2yaml
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%defattr(-,root,root,-)
|
||||
|
3
yaml-0.8.10.1.tar.gz
Normal file
3
yaml-0.8.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e977912762e13571ec596173405ce328c8f7397aee4dd21f61ac9af762431ba9
|
||||
size 73448
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f9bb63357b06476d17d8183674a82090a769399a23360888bd9b2ff0a3a528a
|
||||
size 67611
|
Loading…
Reference in New Issue
Block a user