Fri Feb 11 11:53:19 2022 UTC ()
Fix build with GHC 9.2


(pho)
diff -r1.6 -r1.7 pkgsrc/textproc/hs-blaze-html/distinfo
diff -r0 -r1.1 pkgsrc/textproc/hs-blaze-html/patches/patch-blaze-html.cabal

cvs diff -r1.6 -r1.7 pkgsrc/textproc/hs-blaze-html/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/hs-blaze-html/distinfo 2021/10/26 11:21:58 1.6
+++ pkgsrc/textproc/hs-blaze-html/distinfo 2022/02/11 11:53:19 1.7
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.6 2021/10/26 11:21:58 nia Exp $ 1$NetBSD: distinfo,v 1.7 2022/02/11 11:53:19 pho Exp $
2 2
3BLAKE2s (blaze-html-0.9.1.2.tar.gz) = 5428b3214c7e48956d0d0c1cfb079903124e3f85c5792186856d46f2bf9fc730 3BLAKE2s (blaze-html-0.9.1.2.tar.gz) = 5428b3214c7e48956d0d0c1cfb079903124e3f85c5792186856d46f2bf9fc730
4SHA512 (blaze-html-0.9.1.2.tar.gz) = 26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc 4SHA512 (blaze-html-0.9.1.2.tar.gz) = 26e5294285033fa453ab9914a5bdb37c42f5b7c3a10400be1ff6dd125a70499d556c106cc8128154dc0c455c8b80b489a883265fcb626e2d4afcd8e4d94374bc
5Size (blaze-html-0.9.1.2.tar.gz) = 81617 bytes 5Size (blaze-html-0.9.1.2.tar.gz) = 81617 bytes
 6SHA1 (patch-blaze-html.cabal) = db65b5d288c3549226aec36a58f07b183c3f592b

File Added: pkgsrc/textproc/hs-blaze-html/patches/Attic/patch-blaze-html.cabal
$NetBSD: patch-blaze-html.cabal,v 1.1 2022/02/11 11:53:19 pho Exp $

Fix build with GHC 9.2

--- blaze-html.cabal.orig	2019-10-02 15:12:56.000000000 +0000
+++ blaze-html.cabal
@@ -57,7 +57,7 @@ Library
     base          >= 4    && < 5,
     blaze-builder >= 0.3  && < 0.5,
     blaze-markup  >= 0.8  && < 0.9,
-    bytestring    >= 0.9  && < 0.11,
+    bytestring    >= 0.9  && < 0.12,
     text          >= 0.10 && < 1.3
 
 Test-suite blaze-html-tests
@@ -89,7 +89,7 @@ Test-suite blaze-html-tests
     base          >= 4    && < 5,
     blaze-builder >= 0.3  && < 0.5,
     blaze-markup  >= 0.8  && < 0.9,
-    bytestring    >= 0.9  && < 0.11,
+    bytestring    >= 0.9  && < 0.12,
     text          >= 0.10 && < 1.3
 
 Source-repository head