diff --git a/bsb-http-chunked.cabal b/bsb-http-chunked.cabal index 2deb98a..256f8f2 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: 3 +x-revision: 4 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.12 + bytestring >= 0.10.2 && < 0.13 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 81144c1..53300a9 100644 --- a/ghc-bsb-http-chunked.changes +++ b/ghc-bsb-http-chunked.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 7 17:50:39 UTC 2023 - Peter Simons + +- Update bsb-http-chunked to version 0.0.0.4 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:06:04 UTC 2023 - Peter Simons diff --git a/ghc-bsb-http-chunked.spec b/ghc-bsb-http-chunked.spec index bf26e09..96cb5f1 100644 --- a/ghc-bsb-http-chunked.spec +++ b/ghc-bsb-http-chunked.spec @@ -26,7 +26,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/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-base-devel BuildRequires: ghc-base-prof