update to 0.8.1.1

This commit is contained in:
Jens Petersen 2016-06-23 12:23:10 +09:00
parent 0085692a2e
commit 9c11521457
3 changed files with 14 additions and 12 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@
/blaze-html-0.6.1.1.tar.gz
/blaze-html-0.7.0.2.tar.gz
/blaze-html-0.7.0.3.tar.gz
/blaze-html-0.8.1.1.tar.gz

View File

@ -4,17 +4,14 @@
%bcond_with tests
# no useful debuginfo for Haskell packages without C sources
%global debug_package %{nil}
Name: ghc-%{pkg_name}
Version: 0.7.0.3
Release: 3%{?dist}
Version: 0.8.1.1
Release: 1%{?dist}
Summary: A blazingly fast HTML combinator library for Haskell
License: BSD
URL: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
@ -35,9 +32,8 @@ BuildRequires: ghc-test-framework-quickcheck2-devel
%description
A blazingly fast HTML combinator library for the Haskell programming language.
It embeds HTML templates in Haskell code for optimal efficiency and
composability. The project is aimed at those who seek to write
web applications in Haskell it integrates well with Haskell web frameworks.
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
%package devel
@ -63,6 +59,8 @@ This package provides the Haskell %{pkg_name} library development files.
%install
%ghc_lib_install
rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%check
%if %{with tests}
@ -79,13 +77,16 @@ This package provides the Haskell %{pkg_name} library development files.
%files -f %{name}.files
%doc LICENSE
%license LICENSE
%files devel -f %{name}-devel.files
%changelog
* Thu Jun 23 2016 Jens Petersen <petersen@redhat.com> - 0.8.1.1-1
- update to 0.8.1.1
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.0.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
3f5de45a4dc91391cde97fca66c17450 blaze-html-0.7.0.3.tar.gz
7c6d84943b552f100cab9b14db6de52c blaze-html-0.8.1.1.tar.gz