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:           Thu Jan  9 00:41:31 UTC 2020

Modified Files:
        pkgsrc/devel/hs-tagged: distinfo
Added Files:
        pkgsrc/devel/hs-tagged/patches: patch-tagged.cabal

Log Message:
Fix build with GHC 8.8


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-tagged/distinfo
cvs rdiff -u -r0 -r1.1 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.3 pkgsrc/devel/hs-tagged/distinfo:1.4
--- pkgsrc/devel/hs-tagged/distinfo:1.3 Tue Dec 31 14:47:06 2019
+++ pkgsrc/devel/hs-tagged/distinfo     Thu Jan  9 00:41:31 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.3 2019/12/31 14:47:06 pho Exp $
+$NetBSD: distinfo,v 1.4 2020/01/09 00:41:31 pho Exp $
 
 SHA1 (tagged-0.8.6.tar.gz) = e2a1498a6bdadd78bd0aff721d001a10384d0fdf
 RMD160 (tagged-0.8.6.tar.gz) = 050cdac17ff3c87ace3e7df011fa9516ca686bfc
 SHA512 (tagged-0.8.6.tar.gz) = 8cec49ea6f54ba84109ec6068cce209321bfa4662d5acdf75e4019087e2890e3056bf13a237cb5caf3fec597b05b710ebbfb74e06b736b7fb2f87941defeb814
 Size (tagged-0.8.6.tar.gz) = 11759 bytes
+SHA1 (patch-tagged.cabal) = 01891cbe4b580e5199ad777186ec8286ac1df3e7

Added files:

Index: pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal
diff -u /dev/null pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal:1.1
--- /dev/null   Thu Jan  9 00:41:31 2020
+++ pkgsrc/devel/hs-tagged/patches/patch-tagged.cabal   Thu Jan  9 00:41:31 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-tagged.cabal,v 1.1 2020/01/09 00:41:31 pho Exp $
+
+Fix build with GHC 8.8
+
+--- tagged.cabal.orig  2018-07-02 22:53:28.000000000 +0000
++++ tagged.cabal
+@@ -67,7 +67,7 @@ library
+ 
+   if impl(ghc>=7.6)
+     exposed-modules: Data.Proxy.TH
+-    build-depends: template-haskell >= 2.8 && < 2.15
++    build-depends: template-haskell >= 2.8 && < 2.17
+ 
+   if flag(deepseq)
+     build-depends: deepseq >= 1.1 && < 1.5



Home | Main Index | Thread Index | Old Index