pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/hs-blaze-html



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 11:53:19 UTC 2022

Modified Files:
        pkgsrc/textproc/hs-blaze-html: distinfo
Added Files:
        pkgsrc/textproc/hs-blaze-html/patches: patch-blaze-html.cabal

Log Message:
Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hs-blaze-html/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/textproc/hs-blaze-html/patches/patch-blaze-html.cabal

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

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

Added files:

Index: pkgsrc/textproc/hs-blaze-html/patches/patch-blaze-html.cabal
diff -u /dev/null pkgsrc/textproc/hs-blaze-html/patches/patch-blaze-html.cabal:1.1
--- /dev/null   Fri Feb 11 11:53:19 2022
+++ pkgsrc/textproc/hs-blaze-html/patches/patch-blaze-html.cabal        Fri Feb 11 11:53:19 2022
@@ -0,0 +1,24 @@
+$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



Home | Main Index | Thread Index | Old Index