pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hs-tagged
Module Name: pkgsrc
Committed By: pho
Date: Fri Feb 11 12:56:57 UTC 2022
Modified Files:
pkgsrc/devel/hs-tagged: distinfo
Added Files:
pkgsrc/devel/hs-tagged/patches: patch-tagged.cabal
Log Message:
Fix build with GHC 9.2
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-tagged/distinfo
cvs rdiff -u -r0 -r1.3 pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hs-tagged/distinfo
diff -u pkgsrc/devel/hs-tagged/distinfo:1.7 pkgsrc/devel/hs-tagged/distinfo:1.8
--- pkgsrc/devel/hs-tagged/distinfo:1.7 Tue Oct 26 10:15:01 2021
+++ pkgsrc/devel/hs-tagged/distinfo Fri Feb 11 12:56:56 2022
@@ -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
Added files:
Index: pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal
diff -u /dev/null pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal:1.3
--- /dev/null Fri Feb 11 12:56:57 2022
+++ pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal Fri Feb 11 12:56:56 2022
@@ -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