diff options
author | wiz <wiz@pkgsrc.org> | 2022-08-29 14:07:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-08-29 14:07:37 +0000 |
commit | 3909036c30b0af79415efbf7abd5dff011d873ae (patch) | |
tree | bf5e7c81def5d2a524a878d59c2a139087f7ae43 | |
parent | 966c7dba77764b0949af6d322063473bbe8b19a5 (diff) | |
download | pkgsrc-3909036c30b0af79415efbf7abd5dff011d873ae.tar.gz |
dris: fix build with current pkgsrc version of dependencies
-rw-r--r-- | lang/idris/distinfo | 4 | ||||
-rw-r--r-- | lang/idris/patches/patch-idris.cabal | 11 |
2 files changed, 12 insertions, 3 deletions
diff --git a/lang/idris/distinfo b/lang/idris/distinfo index 8bcbf322baa..3f7e63f6eea 100644 --- a/lang/idris/distinfo +++ b/lang/idris/distinfo @@ -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 --git a/lang/idris/patches/patch-idris.cabal b/lang/idris/patches/patch-idris.cabal index b50a7a0e180..c5fdf01e271 100644 --- a/lang/idris/patches/patch-idris.cabal +++ b/lang/idris/patches/patch-idris.cabal @@ -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 @@ Fix build with recent libraries. , 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 |