pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-blaze-markup Fix build with GHC 9.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/24db0e87d8f9
branches:  trunk
changeset: 373386:24db0e87d8f9
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 11:33:22 2022 +0000

description:
Fix build with GHC 9.2

diffstat:

 textproc/hs-blaze-markup/distinfo                         |   3 +-
 textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal |  24 +++++++++++++++
 2 files changed, 26 insertions(+), 1 deletions(-)

diffs (39 lines):

diff -r a3ed825849cb -r 24db0e87d8f9 textproc/hs-blaze-markup/distinfo
--- a/textproc/hs-blaze-markup/distinfo Fri Feb 11 11:31:55 2022 +0000
+++ b/textproc/hs-blaze-markup/distinfo Fri Feb 11 11:33:22 2022 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:21:58 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/02/11 11:33:22 pho Exp $
 
 BLAKE2s (blaze-markup-0.8.2.8.tar.gz) = 029f4efcac42a0f229acbbf9390f3fefc0afed71aba5bdbb1eaaf701f1791117
 SHA512 (blaze-markup-0.8.2.8.tar.gz) = d677b611c751c2dfd4bd12c1b1aa612b08356c90b9962b60d4972a9626ddd0337bcaf40b4595b64c1d3bf506d017f058771d00fa55979b94283095061be18944
 Size (blaze-markup-0.8.2.8.tar.gz) = 14519 bytes
+SHA1 (patch-blaze-markup.cabal) = df6fa47035abcb6241bf695265aa59490d0be769
diff -r a3ed825849cb -r 24db0e87d8f9 textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal Fri Feb 11 11:33:22 2022 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-blaze-markup.cabal,v 1.1 2022/02/11 11:33:22 pho Exp $
+
+Fix build with GHC 9.2
+
+--- blaze-markup.cabal.orig    2001-09-09 01:46:40.000000000 +0000
++++ blaze-markup.cabal
+@@ -39,7 +39,7 @@ Library
+     Text.Blaze.Renderer.Utf8
+ 
+   Build-depends:
+-    base          >= 4    && < 4.16,
++    base          >= 4    && < 5,
+     blaze-builder >= 0.3  && < 0.5,
+     text          >= 0.10 && < 1.3,
+     bytestring    >= 0.9  && < 0.12
+@@ -69,7 +69,7 @@ Test-suite blaze-markup-tests
+     tasty-hunit      >= 0.10 && < 0.11,
+     tasty-quickcheck >= 0.10 && < 0.11,
+     -- Copied from regular dependencies...
+-    base          >= 4    && < 4.16,
++    base          >= 4    && < 5,
+     blaze-builder >= 0.3  && < 0.5,
+     text          >= 0.10 && < 1.3,
+     bytestring    >= 0.9  && < 0.12



Home | Main Index | Thread Index | Old Index