From 98084fa321ccb3e36c389afd20b9ecb310f3d1f7073603243b5537f7579a729b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 8 Jan 2021 10:06:10 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-HTTP revision:20, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-HTTP?expand=0&rev=100 --- HTTP.cabal | 6 +++--- ghc-HTTP.changes | 6 ++++++ ghc-HTTP.spec | 2 +- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/HTTP.cabal b/HTTP.cabal index 3d8741b..7326cc8 100644 --- a/HTTP.cabal +++ b/HTTP.cabal @@ -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, diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index c1a04a6..5b34f60 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -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 diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index de98655..88af964 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -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