pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-blaze-markup
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 11:33:23 UTC 2022
Modified Files:
pkgsrc/textproc/hs-blaze-markup: distinfo
Added Files:
pkgsrc/textproc/hs-blaze-markup/patches: patch-blaze-markup.cabal
Log Message:
Fix build with GHC 9.2
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/hs-blaze-markup/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/textproc/hs-blaze-markup/patches/patch-blaze-markup.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-markup/distinfo
diff -u pkgsrc/textproc/hs-blaze-markup/distinfo:1.7 pkgsrc/textproc/hs-blaze-markup/distinfo:1.8
--- pkgsrc/textproc/hs-blaze-markup/distinfo:1.7 Tue Oct 26 11:21:58 2021
+++ pkgsrc/textproc/hs-blaze-markup/distinfo Fri Feb 11 11:33:22 2022
@@ -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
Added files:
Index: pkgsrc/textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal
diff -u /dev/null pkgsrc/textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal:1.1
--- /dev/null Fri Feb 11 11:33:23 2022
+++ pkgsrc/textproc/hs-blaze-markup/patches/patch-blaze-markup.cabal Fri Feb 11 11:33:22 2022
@@ -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