forked from pool/ghc-HTTP
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-HTTP revision:10, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=110
This commit is contained in:
27
HTTP.cabal
27
HTTP.cabal
@@ -1,7 +1,7 @@
|
||||
Cabal-Version: >= 1.10
|
||||
Name: HTTP
|
||||
Version: 4000.4.1
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
Build-type: Simple
|
||||
License: BSD3
|
||||
License-file: LICENSE
|
||||
@@ -58,9 +58,22 @@ Description:
|
||||
Extra-Source-Files: CHANGES
|
||||
|
||||
tested-with:
|
||||
GHC==9.2.1, GHC==9.0.1,
|
||||
GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
|
||||
GHC==7.10.3, GHC==7.8.4, GHC==7.6.3
|
||||
GHC == 9.8.0
|
||||
GHC == 9.6.3
|
||||
GHC == 9.4.7
|
||||
GHC == 9.2.8
|
||||
GHC == 9.0.2
|
||||
GHC == 8.10.7
|
||||
GHC == 8.8.4
|
||||
GHC == 8.6.5
|
||||
GHC == 8.4.4
|
||||
GHC == 8.2.2
|
||||
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
|
||||
type: git
|
||||
@@ -110,9 +123,9 @@ 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.19
|
||||
base >= 4.6.0.0 && < 4.20
|
||||
, array >= 0.3.0.2 && < 0.6
|
||||
, bytestring >= 0.9.1.5 && < 0.12
|
||||
, bytestring >= 0.9.1.5 && < 0.13
|
||||
, parsec >= 2.0 && < 3.2
|
||||
, time >= 1.1.2.3 && < 1.13
|
||||
, transformers >= 0.2.0.0 && < 0.7
|
||||
@@ -157,7 +170,7 @@ Test-Suite test
|
||||
, mtl
|
||||
, network
|
||||
-- extra dependencies
|
||||
, deepseq >= 1.3.0.0 && < 1.5
|
||||
, deepseq >= 1.3.0.0 && < 1.6
|
||||
, httpd-shed >= 0.4 && < 0.5
|
||||
, HUnit >= 1.2.0.1 && < 1.7
|
||||
, pureMD5 >= 0.2.4 && < 2.2
|
||||
|
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 7 14:15:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update HTTP to version 4000.4.1 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:07:08 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@@ -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/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-array-devel
|
||||
BuildRequires: ghc-array-prof
|
||||
|
Reference in New Issue
Block a user