head 1.6; access; symbols pkgsrc-2026Q3:1.6.0.10 pkgsrc-2026Q3-base:1.6 pkgsrc-2026Q2:1.6.0.8 pkgsrc-2026Q2-base:1.6 pkgsrc-2026Q1:1.6.0.6 pkgsrc-2026Q1-base:1.6 pkgsrc-2025Q4:1.6.0.4 pkgsrc-2025Q4-base:1.6 pkgsrc-2025Q3:1.6.0.2 pkgsrc-2025Q3-base:1.6 pkgsrc-2025Q2:1.5.0.4 pkgsrc-2025Q2-base:1.5 pkgsrc-2025Q1:1.5.0.2 pkgsrc-2025Q1-base:1.5 pkgsrc-2024Q4:1.2.0.6 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.4 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.2 pkgsrc-2024Q2-base:1.2; locks; strict; comment @# @; 1.6 date 2025.08.13.11.07.08; author pho; state Exp; branches; next 1.5; commitid oGqtJTKdyCfCKy6G; 1.5 date 2025.03.05.03.39.37; author pho; state Exp; branches; next 1.4; commitid VPkRDaZT4MoYrPLF; 1.4 date 2025.02.02.13.05.32; author pho; state Exp; branches; next 1.3; commitid Zl7FwsffomOQzTHF; 1.3 date 2025.01.31.11.07.03; author pho; state Exp; branches; next 1.2; commitid 16bnY2D0tZ1HZCHF; 1.2 date 2024.05.09.01.32.21; author pho; state Exp; branches; next 1.1; commitid zmOkUK6EkFT4og9F; 1.1 date 2024.05.05.08.37.53; author pho; state Exp; branches; next ; commitid OcCwP1ChlHGASM8F; desc @@ 1.6 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.5 2025/03/05 03:39:37 pho Exp $ DISTNAME= stan-0.2.0.0 PKGNAME= ${DISTNAME} PKGREVISION= 3 CATEGORIES= devel MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Haskell STatic ANalyser LICENSE= mpl-2.0 # lib:stan .include "../../converters/hs-base64/buildlink3.mk" .include "../../textproc/hs-blaze-html/buildlink3.mk" .include "../../textproc/hs-clay/buildlink3.mk" .include "../../devel/hs-colourista/buildlink3.mk" .include "../../security/hs-cryptohash-sha1/buildlink3.mk" .include "../../sysutils/hs-dir-traverse/buildlink3.mk" .include "../../devel/hs-extensions/buildlink3.mk" .include "../../devel/hs-gitrev/buildlink3.mk" .include "../../converters/hs-microaeson/buildlink3.mk" .include "../../devel/hs-optparse-applicative/buildlink3.mk" .include "../../devel/hs-pretty-simple/buildlink3.mk" .include "../../devel/hs-relude/buildlink3.mk" .include "../../devel/hs-slist/buildlink3.mk" .include "../../textproc/hs-tomland/buildlink3.mk" .include "../../devel/hs-trial/buildlink3.mk" .include "../../devel/hs-trial-optparse-applicative/buildlink3.mk" .include "../../textproc/hs-trial-tomland/buildlink3.mk" # lib:target .include "../../math/hs-scientific/buildlink3.mk" .include "../../devel/hs-unordered-containers/buildlink3.mk" # exe:stan .include "../../devel/hs-optparse-applicative/application.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.5 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.4 2025/02/02 13:05:32 pho Exp $ d5 1 a5 1 PKGREVISION= 2 @ 1.4 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.3 2025/01/31 11:07:03 pho Exp $ d5 1 a5 1 PKGREVISION= 1 @ 1.3 log @devel/stan: update to stan-0.2.0.0 ## 0.2.0.0 * Add the following inspections: * Partial instance for 'Scientific' method 'GHC.Real.fromRational' (`stan0022`) * Partial 'Scientific' function 'GHC.Real.realToFrac' (`stan0023`) * Partial instance for 'Scientific' method 'GHC.Real.recip' (`stan0024`) * Partial instance for 'Scientific' method 'GHC.Real.(/)' (`stan0025`) Since these change the behaviour of `stan` by default this is a major release. * Support GHC 9.12 (thanks to @@ncaq) ## 0.1.3.0 * Add prospective support for GHC 9.10 * thanks to @@philderbeast @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2024/05/09 01:32:21 pho Exp $ d5 1 @ 1.2 log @Recursive revbump after changing the default Haskell compiler @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2024/05/05 08:37:53 pho Exp $ d3 1 a3 1 DISTNAME= stan-0.1.2.1 a4 1 PKGREVISION= 1 d31 1 @ 1.1 log @devel/stan: import stan-0.1.2.1 Stan is a command-line tool for analysing Haskell projects. It discovers which parts of the code can potentially be improved, and offers suggestions on how to do so. Stan is searching for not only performance or error-prone code pieces, but it also can help with establishing and applying best-practices from the whole Haskell ecosystem. Although Haskell is a statically typed language, not all properties can be encoded in types. Even though GHC is quite a powerful compiler, it tries to be library-agnostic and provide only language-specific suggestions, while Stan uses the knowledge about the current state of the ecosystem and commonly used libraries. You will find Stan helpful if you enjoy writing in Haskell, but want more guarantees from your code, not provided by the Haskell type system or GHC. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2023/11/02 06:37:16 pho Exp $ d5 1 @