update to 4000.3.3

This commit is contained in:
Jens Petersen 2016-06-27 12:56:19 +09:00
parent fee3f687a0
commit 75568adfc9
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -6,3 +6,4 @@ HTTP-4000.0.9.tar.gz
/HTTP-4000.2.8.tar.gz
/HTTP-4000.2.10.tar.gz
/HTTP-4000.2.20.tar.gz
/HTTP-4000.3.3.tar.gz

View File

@ -1,3 +1,4 @@
# generated by cabal-rpm-0.9.12
# https://fedoraproject.org/wiki/Packaging:Haskell
%global pkg_name HTTP
@ -6,7 +7,7 @@
Name: ghc-%{pkg_name}
# part of haskell-platform
Version: 4000.2.20
Version: 4000.3.3
Release: 1%{?dist}
Summary: A library for client-side HTTP
@ -22,8 +23,8 @@ BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-mtl-devel
BuildRequires: ghc-network-devel
BuildRequires: ghc-network-uri-devel
BuildRequires: ghc-old-time-devel
BuildRequires: ghc-parsec-devel
BuildRequires: ghc-time-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-case-insensitive-devel
@ -108,6 +109,9 @@ rm %{buildroot}%{ghc_pkgdocdir}/LICENSE
%changelog
* Mon Jun 27 2016 Jens Petersen <petersen@redhat.com> - 4000.3.3-1
- update to 4000.3.3
* Tue Jun 7 2016 Jens Petersen <petersen@redhat.com> - 4000.2.20-1
- update to 4000.2.20

View File

@ -1 +1 @@
e2d682a564203d90c3fa040dd885afd1 HTTP-4000.2.20.tar.gz
3f2d84d59e36476ca02c882419632d7d HTTP-4000.3.3.tar.gz