update to 4000.3.15

This commit is contained in:
Jens Petersen 2021-01-28 14:59:38 +08:00
parent dbfa6584c6
commit addd0bc06c
4 changed files with 20 additions and 12 deletions

1
.gitignore vendored
View File

@ -11,3 +11,4 @@ HTTP-4000.0.9.tar.gz
/HTTP-4000.3.9.tar.gz /HTTP-4000.3.9.tar.gz
/HTTP-4000.3.12.tar.gz /HTTP-4000.3.12.tar.gz
/HTTP-4000.3.14.tar.gz /HTTP-4000.3.14.tar.gz
/HTTP-4000.3.15.tar.gz

View File

@ -1,7 +1,7 @@
Name: HTTP Name: HTTP
Version: 4000.3.14 Version: 4000.3.15
x-revision: 1 x-revision: 2
Cabal-Version: >= 1.8 Cabal-Version: >= 1.10
Build-type: Simple Build-type: Simple
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
@ -111,10 +111,11 @@ Library
-- note the test harness constraints should be kept in sync with these -- note the test harness constraints should be kept in sync with these
-- where dependencies are shared -- where dependencies are shared
Build-depends: base >= 4.3.0.0 && < 4.15, parsec >= 2.0 && < 3.2 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.10 Build-depends: time >= 1.1.2.3 && < 1.11
Extensions: FlexibleInstances default-language: Haskell98
default-extensions: FlexibleInstances
if flag(mtl1) if flag(mtl1)
Build-depends: mtl >= 1.1.1.0 && < 1.2 Build-depends: mtl >= 1.1.1.0 && < 1.2
@ -131,11 +132,12 @@ Library
ghc-options: -Werror ghc-options: -Werror
if os(windows) if os(windows)
Build-depends: Win32 >= 2.2.0.0 && < 2.9 Build-depends: Win32 >= 2.2.0.0 && < 2.10
Test-Suite test Test-Suite test
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
default-language: Haskell98
hs-source-dirs: test hs-source-dirs: test
main-is: httpTests.hs main-is: httpTests.hs
@ -143,13 +145,15 @@ Test-Suite test
Httpd Httpd
UnitTests UnitTests
ghc-options: -Wall
-- note: version constraints for dependencies shared with the library -- note: version constraints for dependencies shared with the library
-- should be the same -- should be the same
build-depends: HTTP, build-depends: HTTP,
HUnit >= 1.2.0.1 && < 1.7, HUnit >= 1.2.0.1 && < 1.7,
httpd-shed >= 0.4 && < 0.5, httpd-shed >= 0.4 && < 0.5,
mtl >= 1.1.1.0 && < 2.3, 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, deepseq >= 1.3.0.0 && < 1.5,
pureMD5 >= 0.2.4 && < 2.2, pureMD5 >= 0.2.4 && < 2.2,
base >= 4.3.0.0 && < 4.15, base >= 4.3.0.0 && < 4.15,
@ -168,7 +172,7 @@ Test-Suite test
case-insensitive >= 0.4.0.1 && < 1.3, case-insensitive >= 0.4.0.1 && < 1.3,
http-types >= 0.8.0 && < 1.0, http-types >= 0.8.0 && < 1.0,
wai >= 2.1.0 && < 3.3, wai >= 2.1.0 && < 3.3,
warp >= 2.1.0 && < 3.3 warp >= 2.1.0 && < 3.4
if flag(conduit10) if flag(conduit10)
build-depends: build-depends:

View File

@ -7,8 +7,8 @@
# testsuite missing deps: httpd-shed test-framework test-framework-hunit # testsuite missing deps: httpd-shed test-framework test-framework-hunit
Name: ghc-%{pkg_name} Name: ghc-%{pkg_name}
Version: 4000.3.14 Version: 4000.3.15
Release: 8%{?dist} Release: 1%{?dist}
Summary: A library for client-side HTTP Summary: A library for client-side HTTP
License: BSD License: BSD
@ -125,6 +125,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal
%changelog %changelog
* Thu Aug 5 2021 Jens Petersen <petersen@redhat.com> - 4000.3.15-1
- update to 4000.3.15
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4000.3.14-8 * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4000.3.14-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

View File

@ -1 +1 @@
SHA512 (HTTP-4000.3.14.tar.gz) = bcc9107412f3ff5806369675ae6cfd87c4ecc36490eab6d62c697f47e62ff8b0d1d6a25f9bfb9d8ef1f037492820eb732cb9cbec7ea9e7e4b20699573077b064 SHA512 (HTTP-4000.3.15.tar.gz) = 74015725d15f5dcd1f7212100e26ae82da31201b77e729322ea95e88018ae1ef3a1bd5c2b8ac525f14276a24f2781de9de757aa5f83c71e260d6a61223b756d2