update to 3.0.4.1

This commit is contained in:
Jens Petersen 2015-01-23 13:50:03 +09:00
parent 6757fba6fc
commit 74bae218cf
3 changed files with 12 additions and 9 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/wai-extra-1.3.3.2.tar.gz
/wai-extra-1.3.4.6.tar.gz
/wai-extra-3.0.2.1.tar.gz
/wai-extra-3.0.4.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: 3.0.2.1
Version: 3.0.4.1
Release: 1%{?dist}
Summary: Basic WAI handlers and middleware
License: MIT
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
@ -39,6 +36,7 @@ BuildRequires: ghc-stringsearch-devel
BuildRequires: ghc-text-devel
BuildRequires: ghc-time-devel
BuildRequires: ghc-transformers-devel
BuildRequires: ghc-unix-compat-devel
BuildRequires: ghc-unix-devel
BuildRequires: ghc-void-devel
BuildRequires: ghc-wai-devel
@ -46,7 +44,6 @@ BuildRequires: ghc-wai-logger-devel
BuildRequires: ghc-word8-devel
%if %{with tests}
BuildRequires: ghc-HUnit-devel
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-hspec-devel
BuildRequires: ghc-zlib-devel
%endif
@ -54,7 +51,8 @@ BuildRequires: ghc-zlib-devel
%description
This library provides common Web Application Interface features.
The goal here is to provide common features without many dependencies.
API docs and the README are available at
<http://www.stackage.org/package/wai-extra>.
%package devel
@ -100,9 +98,13 @@ This package provides the Haskell %{pkg_name} library development files.
%files devel -f %{name}-devel.files
%doc README.md
%changelog
* Fri Jan 23 2015 Jens Petersen <petersen@redhat.com> - 3.0.4.1-1
- update to 3.0.4.1
* Mon Sep 01 2014 Jens Petersen <petersen@redhat.com> - 3.0.2.1-1
- update to 3.0.2.1
- refresh to 0.8.11

View File

@ -1 +1 @@
bf75b2dea21174841885d5f29fd1dc43 wai-extra-3.0.2.1.tar.gz
5318377030f660dee345ceb1377c030b wai-extra-3.0.4.1.tar.gz