update to 0.8.18.7
build with latest macros
This commit is contained in:
parent
948d9e394e
commit
2aec234628
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@
|
||||
/yaml-0.8.10.tar.gz
|
||||
/yaml-0.8.18.1.tar.gz
|
||||
/enclosed-exceptions-1.0.2.tar.gz
|
||||
/yaml-0.8.18.7.tar.gz
|
||||
|
@ -9,7 +9,7 @@
|
||||
%bcond_with tests
|
||||
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.18.1
|
||||
Version: 0.8.18.7
|
||||
Release: 1%{?dist}
|
||||
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
|
||||
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-rpm-macros-extra >= 1.6.7
|
||||
BuildRequires: ghc-rpm-macros-extra >= 1.6.9
|
||||
# Begin cabal-rpm deps:
|
||||
BuildRequires: chrpath
|
||||
BuildRequires: ghc-aeson-devel
|
||||
@ -121,6 +121,9 @@ cd %{pkg_name}-%{version}
|
||||
|
||||
|
||||
%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
|
||||
- update to 0.8.18.1
|
||||
- subpackage enclosed-exceptions dep
|
||||
|
Loading…
Reference in New Issue
Block a user