head 1.3; access; symbols pkgsrc-2022Q4:1.2.0.8 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.6 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.4 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.2 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.1.0.6 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.4 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.2 pkgsrc-2021Q2-base:1.1; locks; strict; comment @# @; 1.3 date 2023.01.24.11.39.04; author pho; state dead; branches; next 1.2; commitid y6djx7y9F36rTMaE; 1.2 date 2022.02.11.01.13.44; author pho; state Exp; branches; next 1.1; commitid jMW3ceRgG88rA8sD; 1.1 date 2021.05.05.12.59.16; author pho; state Exp; branches; next ; commitid wC9KuBPdFhxtyXRC; desc @@ 1.3 log @www/hs-bsb-http-chunked: Make use of HASKELL_UNRESTRICT_DEPENDENCIES @ text @$NetBSD: patch-bsb-http-chunked.cabal,v 1.2 2022/02/11 01:13:44 pho Exp $ Fix build with GHC 9.2. --- bsb-http-chunked.cabal.orig 2018-09-29 14:22:36.000000000 +0000 +++ bsb-http-chunked.cabal @@@@ -36,8 +36,8 @@@@ Source-repository head Library exposed-modules: Data.ByteString.Builder.HTTP.Chunked - build-depends: base >= 4.8 && < 4.13, - bytestring >= 0.10.2 && < 0.11 + build-depends: base >= 4.8 && < 5, + bytestring >= 0.10.2 && < 0.12 ghc-options: -Wall -O2 if impl(ghc >= 8.0) ghc-options: -Wcompat @ 1.2 log @Fix build with GHC 9.2 @ text @d1 1 a1 1 $NetBSD: patch-bsb-http-chunked.cabal,v 1.1 2021/05/05 12:59:16 pho Exp $ @ 1.1 log @Import bsb-http-chunked-0.0.0.4 This library contains functions for encoding bytestring builders for chunked HTTP/1.1 transfer. This functionality was extracted from the blaze-builder package. @ text @d1 1 a1 1 $NetBSD$ d3 1 a3 1 Fix build with GHC 9. d7 1 a7 1 @@@@ -36,7 +36,7 @@@@ Source-repository head d12 1 d14 1 a14 1 bytestring >= 0.10.2 && < 0.11 d17 1 @