pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-tagged Fix build with GHC 9.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b02ef9e2754f
branches: trunk
changeset: 373428:b02ef9e2754f
user: pho <pho%pkgsrc.org@localhost>
date: Fri Feb 11 12:56:56 2022 +0000
description:
Fix build with GHC 9.2
diffstat:
devel/hs-tagged/distinfo | 4 ++--
devel/hs-tagged/patches/patch-tagged.cabal | 15 +++++++++++++++
2 files changed, 17 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 2e7c0c9b791f -r b02ef9e2754f devel/hs-tagged/distinfo
--- a/devel/hs-tagged/distinfo Fri Feb 11 12:56:38 2022 +0000
+++ b/devel/hs-tagged/distinfo Fri Feb 11 12:56:56 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 10:15:01 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/02/11 12:56:56 pho Exp $
BLAKE2s (tagged-0.8.6.1.tar.gz) = df821451ca1a7eb68fe95a31a90b2983346b09446879e1caa92c4fcfe08516e5
SHA512 (tagged-0.8.6.1.tar.gz) = 289be845821aada538caf3fd0fc85b8ed115c657dc5beb0408816e43cf72153881ad305a982effa572a46e5b1842d2772af44313674cb0a252db8aeb6953f345
Size (tagged-0.8.6.1.tar.gz) = 9842 bytes
-SHA1 (patch-tagged.cabal) = 1df081e7cf5cb5496436f6da7bf89688daa6f61f
+SHA1 (patch-tagged.cabal) = e102258209f5534b10e493695f91cfb3b073a539
diff -r 2e7c0c9b791f -r b02ef9e2754f devel/hs-tagged/patches/patch-tagged.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-tagged/patches/patch-tagged.cabal Fri Feb 11 12:56:56 2022 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-tagged.cabal,v 1.3 2022/02/11 12:56:56 pho Exp $
+
+Fix build with GHC 9.2
+
+--- tagged.cabal.orig 2001-09-09 01:46:40.000000000 +0000
++++ tagged.cabal
+@@ -74,7 +74,7 @@ library
+
+ if impl(ghc>=7.6)
+ exposed-modules: Data.Proxy.TH
+- build-depends: template-haskell >= 2.8 && < 2.18
++ build-depends: template-haskell >= 2.8 && < 2.19
+
+ if flag(deepseq)
+ build-depends: deepseq >= 1.1 && < 1.5
Home |
Main Index |
Thread Index |
Old Index