pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc Fix build with GHC 9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/08c659af3567
branches: trunk
changeset: 373387:08c659af3567
user: pho <pho%pkgsrc.org@localhost>
date: Fri Feb 11 11:53:19 2022 +0000
description:
Fix build with GHC 9.2
diffstat:
textproc/hs-HsYAML/distinfo | 4 +-
textproc/hs-HsYAML/patches/patch-HsYAML.cabal | 10 ++++---
textproc/hs-blaze-html/distinfo | 3 +-
textproc/hs-blaze-html/patches/patch-blaze-html.cabal | 24 +++++++++++++++++++
4 files changed, 34 insertions(+), 7 deletions(-)
diffs (76 lines):
diff -r 24db0e87d8f9 -r 08c659af3567 textproc/hs-HsYAML/distinfo
--- a/textproc/hs-HsYAML/distinfo Fri Feb 11 11:33:22 2022 +0000
+++ b/textproc/hs-HsYAML/distinfo Fri Feb 11 11:53:19 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 11:21:58 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/11 11:53:56 pho Exp $
BLAKE2s (HsYAML-0.2.1.0.tar.gz) = 91eb24f6f7e8d9fa8cebc6243aecaf310dd50197b6ee68638b2a9b03f2c71245
SHA512 (HsYAML-0.2.1.0.tar.gz) = f8ad41a99e48183835093ad8bf6a3fbdf4b9ad9df3bea46b12efd55a9555c22bd2595c72b1ac2e73379ab47e21f6cbf9022412db8971e1c7c02a32e824f53304
Size (HsYAML-0.2.1.0.tar.gz) = 83976 bytes
-SHA1 (patch-HsYAML.cabal) = 1d8ea96161e4447f6b239ee253ad63258bf95003
+SHA1 (patch-HsYAML.cabal) = 5acd2a3838b25fc6a5b34719e12446c1403f5b05
diff -r 24db0e87d8f9 -r 08c659af3567 textproc/hs-HsYAML/patches/patch-HsYAML.cabal
--- a/textproc/hs-HsYAML/patches/patch-HsYAML.cabal Fri Feb 11 11:33:22 2022 +0000
+++ b/textproc/hs-HsYAML/patches/patch-HsYAML.cabal Fri Feb 11 11:53:19 2022 +0000
@@ -1,15 +1,17 @@
-$NetBSD: patch-HsYAML.cabal,v 1.1 2021/04/24 14:38:12 pho Exp $
+$NetBSD: patch-HsYAML.cabal,v 1.2 2022/02/11 11:53:57 pho Exp $
-Fix build with GHC 9.
+Fix build with GHC 9.2
--- HsYAML.cabal.orig 2001-09-09 01:46:40.000000000 +0000
+++ HsYAML.cabal
-@@ -77,7 +77,7 @@ library
+@@ -77,8 +77,8 @@ library
Trustworthy
TypeSynonymInstances
- build-depends: base >=4.5 && <4.14
+- , bytestring >=0.9 && <0.11
+ build-depends: base >=4.5 && <5
- , bytestring >=0.9 && <0.11
++ , bytestring >=0.9 && <0.12
, containers >=0.4.2 && <0.7
, deepseq >=1.3.0 && <1.5
+ , text >=1.2.3 && <1.3
diff -r 24db0e87d8f9 -r 08c659af3567 textproc/hs-blaze-html/distinfo
--- a/textproc/hs-blaze-html/distinfo Fri Feb 11 11:33:22 2022 +0000
+++ b/textproc/hs-blaze-html/distinfo Fri Feb 11 11:53:19 2022 +0000
@@ -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
diff -r 24db0e87d8f9 -r 08c659af3567 textproc/hs-blaze-html/patches/patch-blaze-html.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-blaze-html/patches/patch-blaze-html.cabal Fri Feb 11 11:53:19 2022 +0000
@@ -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