Received: by mail.netbsd.org (Postfix, from userid 605) id EF39E84DDB; Thu, 2 Jan 2020 04:52:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7547684D9E for ; Thu, 2 Jan 2020 04:52:44 +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 ycepOb4YFqC5 for ; Thu, 2 Jan 2020 04:52:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B19CB84D9D for ; Thu, 2 Jan 2020 04:52:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A4DADFA97; Thu, 2 Jan 2020 04:52:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577940763289430" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 04:52:43 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-haskell-src-exts To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200102045243.A4DADFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1577940763289430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 04:52:43 UTC 2020 Modified Files: pkgsrc/devel/hs-haskell-src-exts: Makefile buildlink3.mk distinfo Removed Files: pkgsrc/devel/hs-haskell-src-exts: PLIST Log Message: Update to haskell-src-exts-1.22.0 1.21.1 --> 1.22.0 ================= * Support Template Haskell typed splices and quotations (#432) - Breaking change: new constructors on Token data type * Fix unicode identifier parsing (#442) 1.21.0 --> 1.21.1 ================= * GHC 8.8.1 compatibility (MonadFail) 1.20.3 --> 1.21.0 ================= * DerivingVia (#420) * TypeInType (#414) * Parse TH-quoted list constructor (#415) 1.20.2 --> 1.20.3 ================= * GHC 8.6.1 compatability (MonadFail) * Remove cpphs dependency 1.20.1 --> 1.20.2 ================= * Add fixity of (&) * GHC 8.4.1 compatability 1.20.0 --> 1.20.1 =================== * Fix two test failures 1.19.1 --> 1.20.0 =================== * GHC 8.2 updates * Add some missing Generics instances (#380) * Support Template Haskell pattern splices (#352) * Fix overloaded labels starting with _ (#362) * Relax MultiParamTypeClass check (#333) * DeriveAnyClass (#337) * Deriving Strategies (#387) * OVERLAPS/OVERLAPPING/OVERLAPPABLE pragmas * Unboxed Sums * Expression holes in infix expressions * Support multiple pattern synonyms per pattern synonym signature * COMPLETE pragmas * Fix #309, remove unnecessary semi-colon from pretty printer * Refine ExplicitNamespaces to properly export type operators 1.19.0 --> 1.19.1 =================== * Revert making fields of `SrcLoc` strict. (#340) 1.18.2 --> 1.19.0 =================== * Add JavaScriptFFI to known extensions (#335) * Remove space when pretty printing `SrcLoc`. (#307) * Don't reverse arguments in a context. (#328) * Add support for EmptyCase extension (#255) 1.18.1 --> 1.18.2 =================== * Fix overzealous lexing of type applications 1.18.0 --> 1.18.1 =================== * Fix overzealous lexing of overloaded labels. 1.17.1 --> 1.18.0 =================== * Remove simplified AST * GHC 8.0 update: Overloaded labels, type applications, pattern synonym extensions, StrictData, injective type families AST changes: * Add TyQuasiQuote (#279). Other changes: * Only treat 'role' as a keyword in certain contexts (#286). * Prettyprint '!' in patterns correctly when BangPatterns are enabled (#287). * Parse magic hash with multiple trailing hashes (#300). * Apply fixities inside pattern synonym builders * Fix lexing of idents with multiple trailing # To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-haskell-src-exts/Makefile \ pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk cvs rdiff -u -r1.2 -r0 pkgsrc/devel/hs-haskell-src-exts/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-haskell-src-exts/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577940763289430 Content-Disposition: inline Content-Length: 3299 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-haskell-src-exts/Makefile diff -u pkgsrc/devel/hs-haskell-src-exts/Makefile:1.6 pkgsrc/devel/hs-haskell-src-exts/Makefile:1.7 --- pkgsrc/devel/hs-haskell-src-exts/Makefile:1.6 Sun Jan 10 11:49:09 2016 +++ pkgsrc/devel/hs-haskell-src-exts/Makefile Thu Jan 2 04:52:43 2020 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2016/01/10 11:49:09 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.7 2020/01/02 04:52:43 pho Exp $ -DISTNAME= haskell-src-exts-1.17.1 -PKGREVISION= 1 +DISTNAME= haskell-src-exts-1.22.0 CATEGORIES= devel MAINTAINER= pho@cielonegro.org @@ -11,5 +10,6 @@ LICENSE= modified-bsd BUILD_DEPENDS+= happy>=1.19:../../devel/happy .include "../../mk/haskell.mk" -.include "../../devel/hs-cpphs/buildlink3.mk" +.include "../../devel/hs-fail/buildlink3.mk" +.include "../../math/hs-semigroups/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk diff -u pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk:1.6 pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk:1.7 --- pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk:1.6 Sun Jan 10 11:49:09 2016 +++ pkgsrc/devel/hs-haskell-src-exts/buildlink3.mk Thu Jan 2 04:52:43 2020 @@ -1,15 +1,16 @@ -# $NetBSD: buildlink3.mk,v 1.6 2016/01/10 11:49:09 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2020/01/02 04:52:43 pho Exp $ BUILDLINK_TREE+= hs-haskell-src-exts .if !defined(HS_HASKELL_SRC_EXTS_BUILDLINK3_MK) HS_HASKELL_SRC_EXTS_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-haskell-src-exts+= hs-haskell-src-exts>=1.17.1 -BUILDLINK_ABI_DEPENDS.hs-haskell-src-exts+= hs-haskell-src-exts>=1.17.1nb1 +BUILDLINK_API_DEPENDS.hs-haskell-src-exts+= hs-haskell-src-exts>=1.22.0 +BUILDLINK_ABI_DEPENDS.hs-haskell-src-exts+= hs-haskell-src-exts>=1.22.0 BUILDLINK_PKGSRCDIR.hs-haskell-src-exts?= ../../devel/hs-haskell-src-exts -.include "../../devel/hs-cpphs/buildlink3.mk" +.include "../../devel/hs-fail/buildlink3.mk" +.include "../../math/hs-semigroups/buildlink3.mk" .endif # HS_HASKELL_SRC_EXTS_BUILDLINK3_MK BUILDLINK_TREE+= -hs-haskell-src-exts Index: pkgsrc/devel/hs-haskell-src-exts/distinfo diff -u pkgsrc/devel/hs-haskell-src-exts/distinfo:1.5 pkgsrc/devel/hs-haskell-src-exts/distinfo:1.6 --- pkgsrc/devel/hs-haskell-src-exts/distinfo:1.5 Sat Dec 5 14:08:39 2015 +++ pkgsrc/devel/hs-haskell-src-exts/distinfo Thu Jan 2 04:52:43 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2015/12/05 14:08:39 szptvlfn Exp $ +$NetBSD: distinfo,v 1.6 2020/01/02 04:52:43 pho Exp $ -SHA1 (haskell-src-exts-1.17.1.tar.gz) = 905497194bc10ad06bd1826936b78334d7f9b6b1 -RMD160 (haskell-src-exts-1.17.1.tar.gz) = fcd3d819912313e1b38a574ca6bf2165ab787819 -SHA512 (haskell-src-exts-1.17.1.tar.gz) = e08bc31720640e595803ff33d454b717cd015cf8b70f0196f387e7ebaca4b3551aa41ce6c900370496a68e48e1a9c078235674f7050f6de42ffdfc9fce6544e2 -Size (haskell-src-exts-1.17.1.tar.gz) = 2489624 bytes +SHA1 (haskell-src-exts-1.22.0.tar.gz) = cec1e41617e9cfcaf251572477d3e6ade1201397 +RMD160 (haskell-src-exts-1.22.0.tar.gz) = d9d4b87c3d2899e7c2bc3d076e70e725e54474d7 +SHA512 (haskell-src-exts-1.22.0.tar.gz) = 7d55ffacdc63c12a5f96825c21c04eee1bdb383662c9804b4ceeb2054a513a2439b3a715148bc0080d4aeaf07271c8cfaf2a2c6196020061849a4bd0756ff9ad +Size (haskell-src-exts-1.22.0.tar.gz) = 1257756 bytes --_----------=_1577940763289430--