Accepting request 861588 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/861588
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HTTP?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2021-01-08 16:38:08 +00:00 committed by Git OBS Bridge
commit c4f3c78233
3 changed files with 10 additions and 4 deletions

View File

@ -1,6 +1,6 @@
Name: HTTP
Version: 4000.3.15
x-revision: 1
x-revision: 2
Cabal-Version: >= 1.10
Build-type: Simple
License: BSD3
@ -111,7 +111,7 @@ Library
-- note the test harness constraints should be kept in sync with these
-- where dependencies are shared
Build-depends: base >= 4.3.0.0 && < 4.15, parsec >= 2.0 && < 3.2
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.11
Build-depends: array >= 0.3.0.2 && < 0.6, bytestring >= 0.9.1.5 && < 0.12
Build-depends: time >= 1.1.2.3 && < 1.11
default-language: Haskell98
@ -153,7 +153,7 @@ Test-Suite test
HUnit >= 1.2.0.1 && < 1.7,
httpd-shed >= 0.4 && < 0.5,
mtl >= 1.1.1.0 && < 2.3,
bytestring >= 0.9.1.5 && < 0.11,
bytestring >= 0.9.1.5 && < 0.12,
deepseq >= 1.3.0.0 && < 1.5,
pureMD5 >= 0.2.4 && < 2.2,
base >= 4.3.0.0 && < 4.15,

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Dec 22 12:58:15 UTC 2020 - psimons@suse.com
- Update HTTP to version 4000.3.15 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>

View File

@ -25,7 +25,7 @@ Summary: A library for client-side HTTP
License: BSD-3-Clause
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/1.cabal#/%{pkg_name}.cabal
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