|
|
|
@ -4,18 +4,15 @@
|
|
|
|
|
|
|
|
|
|
%bcond_with tests
|
|
|
|
|
|
|
|
|
|
# no useful debuginfo for Haskell packages without C sources
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
|
|
|
|
|
|
Name: ghc-%{pkg_name}
|
|
|
|
|
# part of haskell-platform
|
|
|
|
|
Version: 4000.2.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: A library for client-side HTTP
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
@ -57,8 +54,8 @@ to handle multi-step interactions with a web server.
|
|
|
|
|
|
|
|
|
|
The representation of the bytes flowing across is extensible via the use of a
|
|
|
|
|
type class, letting you pick the representation of requests and responses that
|
|
|
|
|
best fits your use. Some pre-packaged, common instances are provided for you
|
|
|
|
|
('ByteString', 'String').
|
|
|
|
|
best fits your use. Some pre-packaged, common instances are provided for
|
|
|
|
|
'ByteString' and 'String'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
@ -107,9 +104,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4000.2.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Aug 7 2014 Jens Petersen <petersen@redhat.com> - 4000.2.10-1
|
|
|
|
|
- update to 4000.2.10
|
|
|
|
|
|
|
|
|
|