head 1.11; access; symbols pkgsrc-2026Q1:1.11.0.6 pkgsrc-2026Q1-base:1.11 pkgsrc-2025Q4:1.11.0.4 pkgsrc-2025Q4-base:1.11 pkgsrc-2025Q3:1.11.0.2 pkgsrc-2025Q3-base:1.11 pkgsrc-2025Q2:1.10.0.4 pkgsrc-2025Q2-base:1.10 pkgsrc-2025Q1:1.10.0.2 pkgsrc-2025Q1-base:1.10 pkgsrc-2024Q4:1.7.0.6 pkgsrc-2024Q4-base:1.7 pkgsrc-2024Q3:1.7.0.4 pkgsrc-2024Q3-base:1.7 pkgsrc-2024Q2:1.7.0.2 pkgsrc-2024Q2-base:1.7 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.11 date 2025.08.13.11.06.26; author pho; state Exp; branches; next 1.10; commitid oGqtJTKdyCfCKy6G; 1.10 date 2025.03.05.03.38.59; author pho; state Exp; branches; next 1.9; commitid VPkRDaZT4MoYrPLF; 1.9 date 2025.02.02.13.04.53; author pho; state Exp; branches; next 1.8; commitid Zl7FwsffomOQzTHF; 1.8 date 2025.01.31.00.13.10; author pho; state Exp; branches; next 1.7; commitid X45sYE0HoiMmnzHF; 1.7 date 2024.05.09.01.31.42; author pho; state Exp; branches; next 1.6; commitid zmOkUK6EkFT4og9F; 1.6 date 2024.05.01.09.31.24; author pho; state Exp; branches; next 1.5; commitid U45wBggvBGVUih8F; 1.5 date 2023.11.02.06.36.14; author pho; state Exp; branches; next 1.4; commitid dPkTdcIqhE4k90LE; 1.4 date 2023.10.29.11.38.52; author pho; state Exp; branches; next 1.3; commitid xeXr6AvUjHYkXvKE; 1.3 date 2023.10.09.04.54.04; author pho; state Exp; branches; next 1.2; commitid GWJENRm2aeL7mUHE; 1.2 date 2023.02.07.01.40.25; author pho; state Exp; branches; next 1.1; commitid FngQneW4VvkL7xcE; 1.1 date 2023.01.31.17.14.57; author pho; state Exp; branches; next ; commitid QPhSUtsdku5IwIbE; desc @@ 1.11 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.10 2025/03/05 03:38:59 pho Exp $ DISTNAME= cabal-fmt-0.1.12 PKGNAME= ${DISTNAME} PKGREVISION= 3 CATEGORIES= devel MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Format .cabal files LICENSE= gnu-gpl-v3 AND modified-bsd HASKELL_UNRESTRICT_DEPENDENCIES+= \ base \ containers \ filepath .include "../../devel/hs-optparse-applicative/application.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.10 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.9 2025/02/02 13:04:53 pho Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.9 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.8 2025/01/31 00:13:10 pho Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.8 log @devel/cabal-fmt: update to cabal-fmt-0.1.12 # 0.1.12 - Use Cabal-syntax-3.12.0.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.7 2024/05/09 01:31:42 pho Exp $ d5 1 @ 1.7 log @Recursive revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2024/05/01 09:31:24 pho Exp $ d3 1 a3 2 # NOTE: Cannot update to >=0.1.12 because the require GHC 10. DISTNAME= cabal-fmt-0.1.11 a4 1 PKGREVISION= 1 d12 3 a14 2 base \ bytestring @ 1.6 log @devel/cabal-fmt: Update to 0.1.11 0.1.11 Change how dependencies on (multiple) sublibraries are output: Always print each sublibrary on individual line, with the first one having the version range. build-depends: ... , megalib >=0.1 && <0.2 , megalib:sublib-a , megalib:sublib-b , megalib:sublib-c instead of previous build-depends: ... , megalib:{megalib, sublib-a, sublib-b, sublib-c} >=0.1 && <0.2 0.1.10 Fix removal of empty lines in free text fields (like description) when using cabal-version: 3.0 (where you can use empty lines) @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.5 2023/11/02 06:36:14 pho Exp $ d6 1 @ 1.5 log @Revbump all Haskell after updating lang/ghc96 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2023/10/29 11:38:52 pho Exp $ d3 2 a4 1 DISTNAME= cabal-fmt-0.1.9 a5 1 PKGREVISION= 1 d12 4 @ 1.4 log @devel/cabal-fmt: Update to 0.1.9 Also remove buildlink3.mk as it exposes no public modules. 0.1.9 * Change how version ranges with carets are formatted once again. Now ^>=1.2 || ^>=1.3 won't be changed anymore. 0.1.8 * Order extensions lexicographically 0.1.7 * Use Cabal-syntax-3.10.1.0 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2023/10/09 04:54:04 pho Exp $ d5 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:25 pho Exp $ d3 1 a3 1 DISTNAME= cabal-fmt-0.1.6 a4 1 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/31 17:14:57 pho Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.1 log @devel/cabal-fmt: import cabal-fmt-0.1.6 Format .cabal files preserving the original field ordering, and comments. Tuned for Oleg's preference, but has some knobs still. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.6 2022/11/23 16:18:38 adam Exp $ d5 1 @