Fri Feb 11 01:13:44 2022 UTC ()
Fix build with GHC 9.2


(pho)
diff -r1.3 -r1.4 pkgsrc/www/hs-bsb-http-chunked/distinfo
diff -r1.1 -r1.2 pkgsrc/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal

cvs diff -r1.3 -r1.4 pkgsrc/www/hs-bsb-http-chunked/distinfo (expand / switch to unified diff)

--- pkgsrc/www/hs-bsb-http-chunked/distinfo 2021/10/26 11:29:30 1.3
+++ pkgsrc/www/hs-bsb-http-chunked/distinfo 2022/02/11 01:13:44 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2021/10/26 11:29:30 nia Exp $ 1$NetBSD: distinfo,v 1.4 2022/02/11 01:13:44 pho Exp $
2 2
3BLAKE2s (bsb-http-chunked-0.0.0.4.tar.gz) = 133740e61a608abffdeabf5be56eb1959db9a99f4005d9f8db2d02ae438139c6 3BLAKE2s (bsb-http-chunked-0.0.0.4.tar.gz) = 133740e61a608abffdeabf5be56eb1959db9a99f4005d9f8db2d02ae438139c6
4SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13 4SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13
5Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes 5Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes
6SHA1 (patch-bsb-http-chunked.cabal) = 395689e2b5b74943e4a077bb26ea1389fe2318bc 6SHA1 (patch-bsb-http-chunked.cabal) = 18ceaeb802ce45a0beefd5e27fa01239601f35f8

cvs diff -r1.1 -r1.2 pkgsrc/www/hs-bsb-http-chunked/patches/Attic/patch-bsb-http-chunked.cabal (expand / switch to unified diff)

--- pkgsrc/www/hs-bsb-http-chunked/patches/Attic/patch-bsb-http-chunked.cabal 2021/05/05 12:59:16 1.1
+++ pkgsrc/www/hs-bsb-http-chunked/patches/Attic/patch-bsb-http-chunked.cabal 2022/02/11 01:13:44 1.2
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1$NetBSD: patch-bsb-http-chunked.cabal,v 1.1 2021/05/05 12:59:16 pho Exp $ 1$NetBSD: patch-bsb-http-chunked.cabal,v 1.2 2022/02/11 01:13:44 pho Exp $
2 2
3Fix build with GHC 9. 3Fix build with GHC 9.2.
4 4
5--- bsb-http-chunked.cabal.orig 2018-09-29 14:22:36.000000000 +0000 5--- bsb-http-chunked.cabal.orig 2018-09-29 14:22:36.000000000 +0000
6+++ bsb-http-chunked.cabal 6+++ bsb-http-chunked.cabal
7@@ -36,7 +36,7 @@ Source-repository head 7@@ -36,8 +36,8 @@ Source-repository head
8  8
9 Library 9 Library
10 exposed-modules: Data.ByteString.Builder.HTTP.Chunked 10 exposed-modules: Data.ByteString.Builder.HTTP.Chunked
11- build-depends: base >= 4.8 && < 4.13, 11- build-depends: base >= 4.8 && < 4.13,
 12- bytestring >= 0.10.2 && < 0.11
12+ build-depends: base >= 4.8 && < 5, 13+ build-depends: base >= 4.8 && < 5,
13 bytestring >= 0.10.2 && < 0.11 14+ bytestring >= 0.10.2 && < 0.12
14 ghc-options: -Wall -O2 15 ghc-options: -Wall -O2
15 if impl(ghc >= 8.0) 16 if impl(ghc >= 8.0)
 17 ghc-options: -Wcompat