osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-HTTP revision:2, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=112
This commit is contained in:
Peter Simons 2024-04-21 14:36:11 +00:00 committed by Git OBS Bridge
parent 502f52f87c
commit b5ed30bddc
3 changed files with 18 additions and 10 deletions

View File

@ -1,7 +1,7 @@
Cabal-Version: >= 1.10
Name: HTTP
Version: 4000.4.1
x-revision: 3
x-revision: 4
Build-type: Simple
License: BSD3
License-file: LICENSE
@ -58,9 +58,10 @@ Description:
Extra-Source-Files: CHANGES
tested-with:
GHC == 9.8.0
GHC == 9.6.3
GHC == 9.4.7
GHC == 9.10.0
GHC == 9.8.2
GHC == 9.6.4
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
@ -69,7 +70,8 @@ tested-with:
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
-- 2024-04-15: Dropping GHC 7.10 from CI because it does not install with ghcup on ubuntu-22.04
-- 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
@ -123,17 +125,17 @@ Library
-- note the test harness constraints should be kept in sync with these
-- where dependencies are shared
build-depends:
base >= 4.6.0.0 && < 4.20
base >= 4.6.0.0 && < 4.21
, array >= 0.3.0.2 && < 0.6
, bytestring >= 0.9.1.5 && < 0.13
, parsec >= 2.0 && < 3.2
, time >= 1.1.2.3 && < 1.13
, time >= 1.1.2.3 && < 1.15
, transformers >= 0.2.0.0 && < 0.7
-- transformers-0.2.0.0 is the first to have Control.Monad.IO.Class
-- The following dependencies are refined by flags, but they should
-- still be mentioned here on the top-level.
, mtl >= 2.0.0.0 && < 2.4
, network >= 2.4 && < 3.2
, network >= 2.4 && < 3.3
default-language: Haskell98
default-extensions: FlexibleInstances

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 15 14:01:49 UTC 2024 - Peter Simons <psimons@suse.com>
- Update HTTP to version 4000.4.1 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Oct 7 14:15:01 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-HTTP
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# 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
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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-array-devel
BuildRequires: ghc-array-prof