summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorpho <pho@pkgsrc.org>2022-02-11 01:13:44 +0000
committerpho <pho@pkgsrc.org>2022-02-11 01:13:44 +0000
commit1856a7bfcd5ecbaf3c9bdf9dcdd8cf62b7319c8b (patch)
tree587be019ab99006b61ff7f34fd39d5aa2fd6667d /www
parent4588a43458b53108990cef32ed7025c1d1bce6dd (diff)
downloadpkgsrc-1856a7bfcd5ecbaf3c9bdf9dcdd8cf62b7319c8b.tar.gz
Fix build with GHC 9.2
Diffstat (limited to 'www')
-rw-r--r--www/hs-bsb-http-chunked/distinfo4
-rw-r--r--www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal10
2 files changed, 8 insertions, 6 deletions
diff --git a/www/hs-bsb-http-chunked/distinfo b/www/hs-bsb-http-chunked/distinfo
index e2a44932247..8d35bb5e100 100644
--- a/www/hs-bsb-http-chunked/distinfo
+++ b/www/hs-bsb-http-chunked/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 11:29:30 nia Exp $
+$NetBSD: distinfo,v 1.4 2022/02/11 01:13:44 pho Exp $
BLAKE2s (bsb-http-chunked-0.0.0.4.tar.gz) = 133740e61a608abffdeabf5be56eb1959db9a99f4005d9f8db2d02ae438139c6
SHA512 (bsb-http-chunked-0.0.0.4.tar.gz) = 74c04c2fd372067c42d3631cdfc2ad7093c0c3af1145833ab307c538dbb936d2042492d4e81c520c3adde8634df29ff8558822f06f226c52d16abb4a35ab1a13
Size (bsb-http-chunked-0.0.0.4.tar.gz) = 6630 bytes
-SHA1 (patch-bsb-http-chunked.cabal) = 395689e2b5b74943e4a077bb26ea1389fe2318bc
+SHA1 (patch-bsb-http-chunked.cabal) = 18ceaeb802ce45a0beefd5e27fa01239601f35f8
diff --git a/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal b/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
index 9fce043c15b..6178a10bddd 100644
--- a/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
+++ b/www/hs-bsb-http-chunked/patches/patch-bsb-http-chunked.cabal
@@ -1,15 +1,17 @@
-$NetBSD: patch-bsb-http-chunked.cabal,v 1.1 2021/05/05 12:59:16 pho Exp $
+$NetBSD: patch-bsb-http-chunked.cabal,v 1.2 2022/02/11 01:13:44 pho Exp $
-Fix build with GHC 9.
+Fix build with GHC 9.2.
--- bsb-http-chunked.cabal.orig 2018-09-29 14:22:36.000000000 +0000
+++ bsb-http-chunked.cabal
-@@ -36,7 +36,7 @@ Source-repository head
+@@ -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.11
++ bytestring >= 0.10.2 && < 0.12
ghc-options: -Wall -O2
if impl(ghc >= 8.0)
+ ghc-options: -Wcompat