Accepting request 1239811 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1239811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-HTTP?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2025-01-27 19:50:45 +00:00 committed by Git OBS Bridge
commit 7505208d3c
3 changed files with 16 additions and 14 deletions

View File

@ -1,7 +1,7 @@
Cabal-Version: >= 1.10 Cabal-Version: >= 1.10
Name: HTTP Name: HTTP
Version: 4000.4.1 Version: 4000.4.1
x-revision: 4 x-revision: 5
Build-type: Simple Build-type: Simple
License: BSD3 License: BSD3
License-file: LICENSE License-file: LICENSE
@ -58,9 +58,10 @@ Description:
Extra-Source-Files: CHANGES Extra-Source-Files: CHANGES
tested-with: tested-with:
GHC == 9.10.0 GHC == 9.12.1
GHC == 9.8.2 GHC == 9.10.1
GHC == 9.6.4 GHC == 9.8.4
GHC == 9.6.6
GHC == 9.4.8 GHC == 9.4.8
GHC == 9.2.8 GHC == 9.2.8
GHC == 9.0.2 GHC == 9.0.2
@ -69,13 +70,8 @@ tested-with:
GHC == 8.6.5 GHC == 8.6.5
GHC == 8.4.4 GHC == 8.4.4
GHC == 8.2.2 GHC == 8.2.2
GHC == 8.0.2 -- CI failing for GHC 8.0 because of https://github.com/haskell/cabal/issues/10379
-- 2024-04-15: Dropping GHC 7.10 from CI because it does not install with ghcup on ubuntu-22.04 -- GHC == 8.0.2
-- GHC == 7.10.3
-- 2023-10-04: Dropping GHC < 7.10 from CI
-- because they need the ubuntu-18.04 image incompatible with latest 'node'
-- GHC == 7.8.4
-- GHC == 7.6.3
Source-Repository head Source-Repository head
type: git type: git
@ -125,7 +121,7 @@ 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: build-depends:
base >= 4.6.0.0 && < 4.21 base >= 4.6.0.0 && < 4.22
, array >= 0.3.0.2 && < 0.6 , array >= 0.3.0.2 && < 0.6
, bytestring >= 0.9.1.5 && < 0.13 , bytestring >= 0.9.1.5 && < 0.13
, parsec >= 2.0 && < 3.2 , parsec >= 2.0 && < 3.2

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 5 15:51:43 UTC 2025 - Peter Simons <psimons@suse.com>
- Update HTTP to version 4000.4.1 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 15 14:01:49 UTC 2024 - Peter Simons <psimons@suse.com> Mon Apr 15 14:01:49 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-HTTP # spec file for package ghc-HTTP
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,7 @@ Summary: A library for client-side HTTP
License: BSD-3-Clause License: BSD-3-Clause
URL: https://hackage.haskell.org/package/%{pkg_name} URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel BuildRequires: ghc-array-devel
BuildRequires: ghc-array-prof BuildRequires: ghc-array-prof