head 1.10; access; symbols pkgsrc-2026Q1:1.10.0.6 pkgsrc-2026Q1-base:1.10 pkgsrc-2025Q4:1.10.0.4 pkgsrc-2025Q4-base:1.10 pkgsrc-2025Q3:1.10.0.2 pkgsrc-2025Q3-base:1.10 pkgsrc-2025Q2:1.9.0.4 pkgsrc-2025Q2-base:1.9 pkgsrc-2025Q1:1.9.0.2 pkgsrc-2025Q1-base:1.9 pkgsrc-2024Q4:1.6.0.6 pkgsrc-2024Q4-base:1.6 pkgsrc-2024Q3:1.6.0.4 pkgsrc-2024Q3-base:1.6 pkgsrc-2024Q2:1.6.0.2 pkgsrc-2024Q2-base:1.6 pkgsrc-2024Q1:1.5.0.4 pkgsrc-2024Q1-base:1.5 pkgsrc-2023Q4:1.5.0.2 pkgsrc-2023Q4-base:1.5 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2; locks; strict; comment @# @; 1.10 date 2025.08.13.11.06.32; author pho; state Exp; branches; next 1.9; commitid oGqtJTKdyCfCKy6G; 1.9 date 2025.03.05.03.39.04; author pho; state Exp; branches; next 1.8; commitid VPkRDaZT4MoYrPLF; 1.8 date 2025.02.02.13.04.59; author pho; state Exp; branches; next 1.7; commitid Zl7FwsffomOQzTHF; 1.7 date 2025.01.30.14.41.19; author pho; state Exp; branches; next 1.6; commitid dwrpjn66JbGbdwHF; 1.6 date 2024.05.09.01.31.48; author pho; state Exp; branches; next 1.5; commitid zmOkUK6EkFT4og9F; 1.5 date 2023.11.02.06.36.21; author pho; state Exp; branches; next 1.4; commitid dPkTdcIqhE4k90LE; 1.4 date 2023.10.27.15.09.44; author pho; state Exp; branches; next 1.3; commitid EUH4rq8TXtSEbhKE; 1.3 date 2023.10.09.04.54.09; author pho; state Exp; branches; next 1.2; commitid GWJENRm2aeL7mUHE; 1.2 date 2023.02.07.01.40.29; author pho; state Exp; branches; next 1.1; commitid FngQneW4VvkL7xcE; 1.1 date 2023.01.28.20.18.22; author pho; state Exp; branches; next ; commitid ivnFOqq3wQ3CDlbE; desc @@ 1.10 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.9 2025/03/05 03:39:04 pho Exp $ DISTNAME= boring-0.2.2 PKGREVISION= 3 CATEGORIES= devel MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Boring and Absurd types LICENSE= modified-bsd .include "../../devel/hs-tagged/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.9 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/02/02 13:04:59 pho Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.8 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2025/01/30 14:41:19 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.7 log @devel/hs-boring: update to boring-0.2.2 ## 0.2.2 - Support GHC-8.6.5...9.10.1 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/05/09 01:31:48 pho Exp $ d4 1 @ 1.6 log @Recursive revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/11/02 06:36:21 pho Exp $ d3 1 a3 2 DISTNAME= boring-0.2.1 PKGREVISION= 2 a9 3 HASKELL_UNRESTRICT_DEPENDENCIES+= \ base @ 1.5 log @Revbump all Haskell after updating lang/ghc96 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/10/27 15:09:44 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.4 log @devel/hs-boring: Update to 0.2.1 0.2.1 * Add instances for SNat, SSymbol, and SChar (singletons introduced in base-4.18.0.0) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/10/09 04:54:09 pho Exp $ d4 1 @ 1.3 log @Bump Haskell packages after updating lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/02/07 01:40:29 pho Exp $ d3 1 a3 2 DISTNAME= boring-0.2 PKGREVISION= 2 @ 1.2 log @revbump all the Haskell packages after modifying the runtime system of lang/ghc94 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2023/01/28 20:18:22 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @devel/hs-boring: import hs-boring-0.2 * Boring types are isomorphic to (). * Absurd types are isomorphic to Void. See "What does () mean in Haskell -answer by Conor McBride": https://stackoverflow.com/questions/33112439/what-does-mean-in-haskell/33115522#33115522 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.11 2022/09/07 06:50:45 pho Exp $ d4 1 @