update to 0.8.18.7

build with latest macros
epel9
Jens Petersen 8 years ago
parent 948d9e394e
commit 2aec234628

1
.gitignore vendored

@ -5,3 +5,4 @@
/yaml-0.8.10.tar.gz /yaml-0.8.10.tar.gz
/yaml-0.8.18.1.tar.gz /yaml-0.8.18.1.tar.gz
/enclosed-exceptions-1.0.2.tar.gz /enclosed-exceptions-1.0.2.tar.gz
/yaml-0.8.18.7.tar.gz

@ -9,7 +9,7 @@
%bcond_with tests %bcond_with tests
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 0.8.18.1 Version: 0.8.18.7
Release: 1%{?dist} Release: 1%{?dist}
Summary: Support for parsing and rendering YAML documents Summary: Support for parsing and rendering YAML documents
@ -19,7 +19,7 @@ Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz
Source1: http://hackage.haskell.org/package/%{subpkgver}/%{subpkgver}.tar.gz Source1: http://hackage.haskell.org/package/%{subpkgver}/%{subpkgver}.tar.gz
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros-extra >= 1.6.7 BuildRequires: ghc-rpm-macros-extra >= 1.6.9
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: chrpath BuildRequires: chrpath
BuildRequires: ghc-aeson-devel BuildRequires: ghc-aeson-devel
@ -121,6 +121,9 @@ cd %{pkg_name}-%{version}
%changelog %changelog
* Tue Sep 27 2016 Jens Petersen <petersen@redhat.com> - 0.8.18.7-1
- update to 0.8.18.7
* Wed Aug 31 2016 Jens Petersen <petersen@redhat.com> - 0.8.18.1-1 * Wed Aug 31 2016 Jens Petersen <petersen@redhat.com> - 0.8.18.1-1
- update to 0.8.18.1 - update to 0.8.18.1
- subpackage enclosed-exceptions dep - subpackage enclosed-exceptions dep

@ -1,2 +1,2 @@
6b809516f85490f2470f09d31e217034 yaml-0.8.18.7.tar.gz
2bcd17eba9cb1ebcb8da5fbccfbc6101 enclosed-exceptions-1.0.2.tar.gz 2bcd17eba9cb1ebcb8da5fbccfbc6101 enclosed-exceptions-1.0.2.tar.gz
3f19c449c65c35d8c3785e11e61e611e yaml-0.8.18.1.tar.gz

Loading…
Cancel
Save