SHA256
1
0
forked from pool/ghc-HTTP

synchronize with lts:8 from configuration b099e9d7d96777a669f3ad2cb719ba73f50b4189

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=34
This commit is contained in:
2017-03-28 10:55:46 +00:00
committed by Git OBS Bridge
parent a39cc47888
commit 99c6a40ebb
5 changed files with 9 additions and 189 deletions

View File

@@ -19,14 +19,13 @@
%global pkg_name HTTP
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 4000.3.5
Version: 4000.3.6
Release: 0
Summary: A library for client-side HTTP
License: BSD-3-Clause
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-bytestring-devel
@@ -104,7 +103,6 @@ This package provides the Haskell %{pkg_name} library development files.
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build