head 1.4; access; symbols pkgsrc-2026Q2:1.4.0.8 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.6 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.4 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.2 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.3.0.4 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.2 pkgsrc-2025Q1-base:1.3; locks; strict; comment @# @; 1.4 date 2025.08.13.11.06.57; author pho; state Exp; branches; next 1.3; commitid oGqtJTKdyCfCKy6G; 1.3 date 2025.03.05.03.39.28; author pho; state Exp; branches; next 1.2; commitid VPkRDaZT4MoYrPLF; 1.2 date 2025.02.02.13.05.22; author pho; state Exp; branches; next 1.1; commitid Zl7FwsffomOQzTHF; 1.1 date 2025.01.31.14.22.52; author pho; state Exp; branches; next ; commitid qNpMHV4NbjTR4EHF; desc @@ 1.4 log @Bump all Haskell because lang/ghc910 has got a library change @ text @# $NetBSD: Makefile,v 1.3 2025/03/05 03:39:28 pho Exp $ DISTNAME= shake-0.19.8 PKGREVISION= 3 CATEGORIES= devel MAINTAINER= pkgsrc-users@@NetBSD.org COMMENT= Build system library, like Make, but more accurate dependencies LICENSE= modified-bsd # lib:shake .include "../../misc/hs-extra/buildlink3.mk" .include "../../sysutils/hs-filepattern/buildlink3.mk" .include "../../devel/hs-hashable/buildlink3.mk" .include "../../devel/hs-heaps/buildlink3.mk" .include "../../www/hs-js-dgtable/buildlink3.mk" .include "../../www/hs-js-flot/buildlink3.mk" .include "../../www/hs-js-jquery/buildlink3.mk" .include "../../devel/hs-primitive/buildlink3.mk" .include "../../devel/hs-random/buildlink3.mk" .include "../../devel/hs-unordered-containers/buildlink3.mk" .include "../../devel/hs-utf8-string/buildlink3.mk" # exe:shake .include "../../misc/hs-extra/buildlink3.mk" .include "../../sysutils/hs-filepattern/buildlink3.mk" .include "../../devel/hs-hashable/buildlink3.mk" .include "../../devel/hs-heaps/buildlink3.mk" .include "../../www/hs-js-dgtable/buildlink3.mk" .include "../../www/hs-js-flot/buildlink3.mk" .include "../../www/hs-js-jquery/buildlink3.mk" .include "../../devel/hs-primitive/buildlink3.mk" .include "../../devel/hs-random/buildlink3.mk" .include "../../devel/hs-unordered-containers/buildlink3.mk" .include "../../devel/hs-utf8-string/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" @ 1.3 log @recursive revbump after patching lang/ghc910 @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.2 2025/02/02 13:05:22 pho Exp $ d4 1 a4 1 PKGREVISION= 2 @ 1.2 log @Bump all Haskell packages after switching the default compiler. @ text @d1 1 a1 1 # $NetBSD: Makefile,v 1.1 2025/01/31 14:22:52 pho Exp $ d4 1 a4 1 PKGREVISION= 1 @ 1.1 log @devel/hs-shake: import hs-shake-0.19.8 Shake is a Haskell library for writing build systems - designed as a replacement for make. See Development.Shake for an introduction, including an example. The homepage contains links to a user manual, an academic paper and further information: https://shakebuild.com To use Shake the user writes a Haskell program that imports Development.Shake, defines some build rules, and calls the Development.Shake.shakeArgs function. Thanks to do notation and infix operators, a simple Shake build system is not too dissimilar from a simple Makefile. However, as build systems get more complex, Shake is able to take advantage of the excellent abstraction facilities offered by Haskell and easily support much larger projects. The Shake library provides all the standard features available in other build systems, including automatic parallelism and minimal rebuilds. Shake also provides more accurate dependency tracking, including seamless support for generated files, and dependencies on system information (e.g. compiler version). @ text @d1 1 a1 1 # $NetBSD$ d4 1 @