The NetBSD Project

CVS log for pkgsrc/devel/hs-shake/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / devel / hs-shake

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:39:28 2025 UTC (7 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:05:22 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Jan 31 14:22:52 2025 UTC (2 months, 2 weeks ago) by pho
Branches: MAIN
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).

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>