Received: by mail.netbsd.org (Postfix, from userid 605) id 740B7851F6; Sun, 2 May 2021 13:39:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B21058516F for ; Sun, 2 May 2021 13:39:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 39iKdOKvOuk5 for ; Sun, 2 May 2021 13:39:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 1677384CBC for ; Sun, 2 May 2021 13:39:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10391FA95; Sun, 2 May 2021 13:39:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161996276629150" MIME-Version: 1.0 Date: Sun, 2 May 2021 13:39:26 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/mk To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210502133926.10391FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161996276629150 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 2 13:39:25 UTC 2021 Modified Files: pkgsrc/mk: haskell.mk Log Message: Switch the default compiler to lang/ghc90 To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/mk/haskell.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161996276629150 Content-Disposition: inline Content-Length: 847 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/mk/haskell.mk diff -u pkgsrc/mk/haskell.mk:1.33 pkgsrc/mk/haskell.mk:1.34 --- pkgsrc/mk/haskell.mk:1.33 Sat May 1 16:14:19 2021 +++ pkgsrc/mk/haskell.mk Sun May 2 13:39:25 2021 @@ -1,4 +1,4 @@ -# $NetBSD: haskell.mk,v 1.33 2021/05/01 16:14:19 pho Exp $ +# $NetBSD: haskell.mk,v 1.34 2021/05/02 13:39:25 pho Exp $ # # This Makefile fragment handles Haskell Cabal packages. # Package configuration, building, installation, registration and @@ -109,7 +109,7 @@ HASKELL_ENABLE_SHARED_LIBRARY?= yes HASKELL_ENABLE_LIBRARY_PROFILING?= yes HASKELL_ENABLE_HADDOCK_DOCUMENTATION?= yes -.include "../../lang/ghc88/buildlink3.mk" +.include "../../lang/ghc90/buildlink3.mk" # Some Cabal packages requires preprocessors to build, and we don't # want them to implicitly depend on such tools. Place dummy scripts by --_----------=_161996276629150--