pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-uniplate



Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan  2 09:18:48 UTC 2020

Modified Files:
        pkgsrc/devel/hs-uniplate: distinfo
Added Files:
        pkgsrc/devel/hs-uniplate/patches: patch-uniplate.cabal
Removed Files:
        pkgsrc/devel/hs-uniplate: PLIST

Log Message:
Fix build with recent devel/hs-hashable


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-uniplate/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-uniplate/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-uniplate/patches/patch-uniplate.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-uniplate/distinfo
diff -u pkgsrc/devel/hs-uniplate/distinfo:1.2 pkgsrc/devel/hs-uniplate/distinfo:1.3
--- pkgsrc/devel/hs-uniplate/distinfo:1.2       Tue Nov  3 03:27:34 2015
+++ pkgsrc/devel/hs-uniplate/distinfo   Thu Jan  2 09:18:48 2020
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:34 agc Exp $
+$NetBSD: distinfo,v 1.3 2020/01/02 09:18:48 pho Exp $
 
 SHA1 (uniplate-1.6.12.tar.gz) = a26cd8ff06d8ef2b516ac6a3c1ff39ced278bffa
 RMD160 (uniplate-1.6.12.tar.gz) = 43075b1656cfd53356391a71bc5647030945dfc2
 SHA512 (uniplate-1.6.12.tar.gz) = 049b07e8a57db7e44d91fc9c8dcfb5c49b78a692a730061763cb8bcc4fbc3ed1065bd7a4c337e3d344693df882a0718b6d3bb6a6ea1e7d520a36d252d7038b07
 Size (uniplate-1.6.12.tar.gz) = 30055 bytes
+SHA1 (patch-uniplate.cabal) = c6682f3fca34e74f47d4da9eb9b9799f7aa7dab4

Added files:

Index: pkgsrc/devel/hs-uniplate/patches/patch-uniplate.cabal
diff -u /dev/null pkgsrc/devel/hs-uniplate/patches/patch-uniplate.cabal:1.1
--- /dev/null   Thu Jan  2 09:18:48 2020
+++ pkgsrc/devel/hs-uniplate/patches/patch-uniplate.cabal       Thu Jan  2 09:18:48 2020
@@ -0,0 +1,15 @@
+$NetBSD: patch-uniplate.cabal,v 1.1 2020/01/02 09:18:48 pho Exp $
+
+Relax the upper bound on hashable
+
+--- uniplate.cabal.orig        2013-10-26 21:15:52.000000000 +0000
++++ uniplate.cabal
+@@ -56,7 +56,7 @@ library
+     if flag(typeable_fingerprint)
+         build-depends:
+             base >=4.4 && <5, containers, syb,
+-            hashable >= 1.1.2.3 && < 1.3,
++            hashable >= 1.1.2.3,
+             unordered-containers >= 0.2.1 && < 0.3
+     else
+         if flag(separate_syb)



Home | Main Index | Thread Index | Old Index