pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/idris dris: fix build with current pkgsrc version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27523224201c
branches:  trunk
changeset: 384243:27523224201c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Aug 29 14:07:37 2022 +0000

description:
dris: fix build with current pkgsrc version of dependencies

diffstat:

 lang/idris/distinfo                  |   4 ++--
 lang/idris/patches/patch-idris.cabal |  11 ++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 2df1b4d6df72 -r 27523224201c lang/idris/distinfo
--- a/lang/idris/distinfo       Mon Aug 29 13:42:00 2022 +0000
+++ b/lang/idris/distinfo       Mon Aug 29 14:07:37 2022 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.7 2022/02/26 08:07:37 pho Exp $
+$NetBSD: distinfo,v 1.8 2022/08/29 14:07:37 wiz Exp $
 
 BLAKE2s (idris-1.3.4.tar.gz) = 5ecd1bf45becb897e273e9890a3aa3293bdf591d85b17d3c67e4a7f5ab98ae95
 SHA512 (idris-1.3.4.tar.gz) = 362c0442e5a38fc67d24e4b33728bc251ee49d14be9faacbbe924da171ce462e613cf975f8c0756fc6c8254807e98adfccfc2a6966dc32813cbadb3f25521f7c
 Size (idris-1.3.4.tar.gz) = 1720240 bytes
 SHA1 (patch-Setup.hs) = 61ce92edfa6bbb8812c7888ce12fde979e85439b
-SHA1 (patch-idris.cabal) = ca4ee9a7d02a5bef2ba36c3edf317bb49718ae70
+SHA1 (patch-idris.cabal) = cdf76fccf0ba8731fdebc125f97bfdb52d4bdf5c
 SHA1 (patch-rts_Makefile) = fe88269e184aa0d80e13723c9e4fe47aba68eb3e
 SHA1 (patch-rts_idris__net.c) = fcb226e8752c34661fc1a81fff11e41342c3e0f8
 SHA1 (patch-src_IRTS_System.hs) = 4451e03f4e9095fcac9e014eb7ad4b997d5e308d
diff -r 2df1b4d6df72 -r 27523224201c lang/idris/patches/patch-idris.cabal
--- a/lang/idris/patches/patch-idris.cabal      Mon Aug 29 13:42:00 2022 +0000
+++ b/lang/idris/patches/patch-idris.cabal      Mon Aug 29 14:07:37 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-idris.cabal,v 1.3 2022/02/12 07:13:35 pho Exp $
+$NetBSD: patch-idris.cabal,v 1.4 2022/08/29 14:07:37 wiz Exp $
 
 Fix build with recent libraries.
 
@@ -33,3 +33,12 @@
                  , parser-combinators >= 1.0.0
                  , pretty < 1.2
                  , process < 1.7
+@@ -355,7 +355,7 @@ Library
+                 , uniplate >=1.6 && < 1.7
+                 , unordered-containers < 0.3
+                 , utf8-string < 1.1
+-                , vector < 0.13
++                , vector
+                 , vector-binary-instances < 0.3
+                 , zip-archive > 0.2.3.5 && < 0.5
+                 , fsnotify >= 0.2 && < 0.4



Home | Main Index | Thread Index | Old Index