Received: by mail.netbsd.org (Postfix, from userid 605) id D821A84ECE; Mon, 29 Aug 2022 11:53:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 206F284D09 for ; Mon, 29 Aug 2022 11:53:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1PLLAwj-QMUt for ; Mon, 29 Aug 2022 11:53:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 8ACD084C71 for ; Mon, 29 Aug 2022 11:53:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8440FFA82; Mon, 29 Aug 2022 11:53:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16617740073600" MIME-Version: 1.0 Date: Mon, 29 Aug 2022 11:53:27 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/hs-implicit-hie-cradle To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220829115327.8440FFA82@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16617740073600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Aug 29 11:53:27 UTC 2022 Modified Files: pkgsrc/devel/hs-implicit-hie-cradle: distinfo pkgsrc/devel/hs-implicit-hie-cradle/patches: patch-implicit-hie-cradle.cabal Log Message: hs-implicit-hie-cradle: fix build with current pkgsrc hs-vector To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-implicit-hie-cradle/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16617740073600 Content-Disposition: inline Content-Length: 2377 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-implicit-hie-cradle/distinfo diff -u pkgsrc/devel/hs-implicit-hie-cradle/distinfo:1.1 pkgsrc/devel/hs-implicit-hie-cradle/distinfo:1.2 --- pkgsrc/devel/hs-implicit-hie-cradle/distinfo:1.1 Wed Feb 16 10:09:42 2022 +++ pkgsrc/devel/hs-implicit-hie-cradle/distinfo Mon Aug 29 11:53:27 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2022/02/16 10:09:42 pho Exp $ +$NetBSD: distinfo,v 1.2 2022/08/29 11:53:27 wiz Exp $ BLAKE2s (implicit-hie-cradle-0.5.0.0.tar.gz) = 75ced12cbc21465f93c58c5b5827a6bc2955523996f49d729075a93898cfe211 SHA512 (implicit-hie-cradle-0.5.0.0.tar.gz) = 3ff5321184167cc8be150dba28844c0788624475f3276166a6b7d0354fe3e655c8e1617f305d683f6cea575f60b77adadf9f0ba6b539766ecab6b63459080ec4 Size (implicit-hie-cradle-0.5.0.0.tar.gz) = 4208 bytes -SHA1 (patch-implicit-hie-cradle.cabal) = 0fba3416734d057be358eb31890937a689c1d5f0 +SHA1 (patch-implicit-hie-cradle.cabal) = 0a370f1eedd98a8bc79476ddab7b14f60a123ee2 Index: pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal diff -u pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal:1.1 pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal:1.2 --- pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal:1.1 Wed Feb 16 10:09:42 2022 +++ pkgsrc/devel/hs-implicit-hie-cradle/patches/patch-implicit-hie-cradle.cabal Mon Aug 29 11:53:27 2022 @@ -1,4 +1,4 @@ -$NetBSD: patch-implicit-hie-cradle.cabal,v 1.1 2022/02/16 10:09:42 pho Exp $ +$NetBSD: patch-implicit-hie-cradle.cabal,v 1.2 2022/08/29 11:53:27 wiz Exp $ Fix build with GHC 9.2 @@ -13,7 +13,7 @@ Fix build with GHC 9.2 , containers >=0.5.10 && <0.7 , directory >=1.3.0 && <1.4 , extra >=1.6.14 && <1.8 -@@ -46,7 +46,7 @@ library +@@ -46,11 +46,11 @@ library , process >=1.6.1 && <1.7 , temporary >=1.2 && <1.4 , text >=1.2.3 && <1.3 @@ -22,3 +22,8 @@ Fix build with GHC 9.2 , transformers >=0.5.2 && <0.6 , unix-compat >=0.5.1 && <0.6 , unordered-containers >=0.2.9 && <0.3 +- , vector >=0.12.0 && <0.13 ++ , vector >=0.12.0 + , yaml >=0.8.32 && <0.12 + + default-language: Haskell2010 --_----------=_16617740073600--