Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

hmake

You are here: irt.org | FOLDOC | hmake

<programming> A compilation manager for Haskell. hmake recompiles a given module or program by extracting dependencies between source modules and issuing appropriate compiler commands to rebuild only changed modules. hmake can use whatever Haskell compilers and preprocessors you have installed.

If an .hi interface file is unchanged then changes in the corresponding implementation code will not trigger recompilation of calling code.

hmake interactive is an interactive development environment built on hmake.

Malcolm Wallace of the York Functional Programming Group developed hmake in 2005 based on Thomas Hallgren's hbcmake and nhc13make.

hmake home (http://www.cs.york.ac.uk/fp/hmake/hmake.html).

(2009-11-24)

Nearby terms: hm « HMA « HMAC « hmake » HMP » HMSL » HMTL

FOLDOC, Topics, A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z, ?, ALL

©2018 Martin Webb