From 2efc308ce0c97eb5ddb4c644402b7047470bee98037763fdc82569acca8fb609 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 26 Sep 2020 01:01:29 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-bsb-http-chunked revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-bsb-http-chunked?expand=0&rev=7 --- bsb-http-chunked.cabal | 4 ++-- ghc-bsb-http-chunked.changes | 6 ++++++ ghc-bsb-http-chunked.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/bsb-http-chunked.cabal b/bsb-http-chunked.cabal index 8bf5a7d..2deb98a 100644 --- a/bsb-http-chunked.cabal +++ b/bsb-http-chunked.cabal @@ -1,6 +1,6 @@ Name: bsb-http-chunked Version: 0.0.0.4 -x-revision: 2 +x-revision: 3 Synopsis: Chunked HTTP transfer encoding for bytestring builders Description: This library contains functions for encoding [bytestring @@ -38,7 +38,7 @@ Source-repository head Library exposed-modules: Data.ByteString.Builder.HTTP.Chunked build-depends: base >= 4.8 && < 5, - bytestring >= 0.10.2 && < 0.11 + bytestring >= 0.10.2 && < 0.12 ghc-options: -Wall -O2 if impl(ghc >= 8.0) ghc-options: -Wcompat diff --git a/ghc-bsb-http-chunked.changes b/ghc-bsb-http-chunked.changes index dec3693..6e392dd 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 25 02:00:35 UTC 2020 - psimons@suse.com + +- Update bsb-http-chunked to version 0.0.0.4 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Aug 31 09:34:39 UTC 2020 - psimons@suse.com diff --git a/ghc-bsb-http-chunked.spec b/ghc-bsb-http-chunked.spec index 4d09e7f..cfc241f 100644 --- a/ghc-bsb-http-chunked.spec +++ b/ghc-bsb-http-chunked.spec @@ -25,7 +25,7 @@ Summary: Chunked HTTP transfer encoding for bytestring builders 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-bytestring-devel BuildRequires: ghc-rpm-macros