head 1.12; access; symbols pkgsrc-2023Q4:1.12.0.2 pkgsrc-2023Q4-base:1.12 pkgsrc-2023Q3:1.9.0.6 pkgsrc-2023Q3-base:1.9 pkgsrc-2023Q2:1.9.0.4 pkgsrc-2023Q2-base:1.9 pkgsrc-2023Q1:1.9.0.2 pkgsrc-2023Q1-base:1.9 pkgsrc-2022Q4:1.7.0.8 pkgsrc-2022Q4-base:1.7 pkgsrc-2022Q3:1.7.0.6 pkgsrc-2022Q3-base:1.7 pkgsrc-2022Q2:1.7.0.4 pkgsrc-2022Q2-base:1.7 pkgsrc-2022Q1:1.7.0.2 pkgsrc-2022Q1-base:1.7 pkgsrc-2021Q4:1.3.0.6 pkgsrc-2021Q4-base:1.3 pkgsrc-2021Q3:1.3.0.4 pkgsrc-2021Q3-base:1.3 pkgsrc-2021Q2:1.3.0.2 pkgsrc-2021Q2-base:1.3 pkgsrc-2021Q1:1.1.0.8 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.6 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.4 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.2 pkgsrc-2020Q2-base:1.1; locks; strict; comment @# @; 1.12 date 2023.11.02.06.37.33; author pho; state Exp; branches; next 1.11; commitid dPkTdcIqhE4k90LE; 1.11 date 2023.10.29.08.00.37; author pho; state Exp; branches; next 1.10; commitid WLfgSE9OEYSsKuKE; 1.10 date 2023.10.09.04.54.52; author pho; state Exp; branches; next 1.9; commitid GWJENRm2aeL7mUHE; 1.9 date 2023.02.07.01.41.11; author pho; state Exp; branches; next 1.8; commitid FngQneW4VvkL7xcE; 1.8 date 2023.01.26.03.02.33; author pho; state Exp; branches; next 1.7; commitid 8PpL53dcGNFfYZaE; 1.7 date 2022.02.26.03.58.28; author pho; state Exp; branches; next 1.6; commitid YpGygpH4CsFi05uD; 1.6 date 2022.02.12.08.50.54; author pho; state Exp; branches; next 1.5; commitid RtqPCkFXjE2Y4jsD; 1.5 date 2022.02.12.05.17.21; author pho; state Exp; branches; next 1.4; commitid 5ETwJBbSegv1UhsD; 1.4 date 2022.01.18.02.48.27; author pho; state Exp; branches; next 1.3; commitid ebWMDlQYfX5rS3pD; 1.3 date 2021.05.03.19.01.16; author pho; state Exp; branches; next 1.2; commitid Sim1lfCa9UFPBJRC; 1.2 date 2021.04.24.10.13.05; author pho; state Exp; branches; next 1.1; commitid 5qJAdFsCuC9oZwQC; 1.1 date 2020.03.30.16.47.25; author riastradh; state Exp; branches; next ; commitid yEuGAUrtLBISHr2C; desc @@ 1.12 log @Revbump all Haskell after updating lang/ghc96 @ text @# $NetBSD: buildlink3.mk,v 1.11 2023/10/29 08:00:37 pho Exp $ BUILDLINK_TREE+= hs-lucid .if !defined(HS_LUCID_BUILDLINK3_MK) HS_LUCID_BUILDLINK3_MK:= BUILDLINK_API_DEPENDS.hs-lucid+= hs-lucid>=2.11.20230408 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.20230408nb1 BUILDLINK_PKGSRCDIR.hs-lucid?= ../../textproc/hs-lucid .include "../../devel/hs-blaze-builder/buildlink3.mk" .include "../../devel/hs-hashable/buildlink3.mk" .include "../../devel/hs-mmorph/buildlink3.mk" .include "../../devel/hs-unordered-containers/buildlink3.mk" .endif # HS_LUCID_BUILDLINK3_MK BUILDLINK_TREE+= -hs-lucid @ 1.11 log @textproc/hs-lucid: Update to 2.11.20230408 2.11.20230408 Don't expect Control.Monad to be re-exported from mtl anymore @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.10 2023/10/09 04:54:52 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.20230408 @ 1.10 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.9 2023/02/07 01:41:11 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-lucid+= hs-lucid>=2.11.1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.1nb2 @ 1.9 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.8 2023/01/26 03:02:33 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.1nb1 @ 1.8 log @devel/hs-pretty-simple: Update to 4.1.2.0 4.1.2.0 * Fix a problem with the pHPrint function incorrectly outputting a trailing newline to stdout, instead of the handle you pass it. #118 * Add a web app where you can play around with pretty-simple in your browser. #116. This took a lot of hard work by @@georgefst! 4.1.1.0 * Make the pretty-printed output with outputOptionsCompact enabled a little more compact. #110. Thanks @@juhp! * Add a --compact / -C flag to the pretty-simple executable that enables outputOptionsCompact. #111. Thanks again @@juhp! * Add pTraceWith and pTraceShowWith to Debug.Pretty.Simple. #104. Thanks @@LeviButcher! 4.1.0.0 * Fix a regression which arose in 4.0, whereby excess spaces would be inserted for unusual strings like dates and IP addresses. #105 * Attach warnings to debugging functions, so that they're easy to find and remove. #103 * Some minor improvements to the CLI tool: - Add a --version/-v flag. #83 - Add a trailing newline. #87 - Install by default, without requiring a flag. #94 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.7 2022/02/26 03:58:28 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.1 @ 1.7 log @Bump all Haskell packages after enabling "split sections" in mk/haskell.mk @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.6 2022/02/12 08:50:54 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-lucid+= hs-lucid>=2.11.0 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.0nb2 @ 1.6 log @revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.5 2022/02/12 05:17:21 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.0nb1 @ 1.5 log @Update to lucid-2.11.0 2.11.0 * Change internal attributes to Seq Attribute. This preserves ordering. Attributes are merged in a left-biased way, preserving the key order as first encountered. 2.9.13 * Change internal attributes representation from HashMap to Map. This introduces stable ordering, at a negligible performance cost for realistic element sizes. This may affect some test suites. * doctype no longer accepts attributes. You can use with with doctypeHtml now, if needed. @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:27 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.11.0 @ 1.4 log @Bump packages that depends on GHC @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.3 2021/05/03 19:01:16 pho Exp $ d8 2 a9 2 BUILDLINK_API_DEPENDS.hs-lucid+= hs-lucid>=2.9.12 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.9.12.1nb2 @ 1.3 log @*: Bump PKGREVISION for ghc-9.0.1 @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.2 2021/04/24 10:13:05 pho Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.9.12.1nb1 @ 1.2 log @Update to lucid-2.9.12.1 * Allow different orderings of attributes in test-suite @ text @d1 1 a1 1 # $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:47:25 riastradh Exp $ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.9.12.1 @ 1.1 log @hs-lucid: Import version 2.9.12 @ text @d1 1 a1 1 # $NetBSD$ d9 1 a9 1 BUILDLINK_ABI_DEPENDS.hs-lucid+= hs-lucid>=2.9.12 d11 5 @