Paketname | hmake |
Beschreibung | The Haskell Make System |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 3.14-2+b1 |
Sektion | haskell |
Priorität | optional |
Installierte Größe | 4188 Byte |
Hängt ab von | libc6 (>= 2.3), libedit2 (>= 2.11-20080614-1), libffi5 (>= 3.0.4), libgmp3c2, libncurses5 (>= 5.7+20 |
Empfohlene Pakete | |
Paketbetreuer | Debian Haskell Group |
Quelle | hmake (3.14-2) |
Paketgröße | 1419312 Byte |
Prüfsumme MD5 | 3678f09976c36e462b398ee52d3bf829 |
Prüfsumme SHA1 | 847defe1565b2a2dbb78ccd9d39ff694d375136c |
Prüfsumme SHA256 | c948e1cfcbc2f2934357d34cdf982b5975bcaad00b69c85ea7b067b6fd64d3c2 |
Link zum Herunterladen | hmake_3.14-2+b1_i386.deb |
Ausführliche Beschreibung | This package contains a universal make system for use with
Haskell compilers. hmake is not compiler-dependent, so you
may use this with hugs, ghc, or nhc98.
.
hmake will use the module import definitions of the source
files to determine which modules need to be compiled and
loaded to run the resulting executable.
.
In addition, the "hi" hmake-interactive environment is provided.
This is a hugs-like text-mode utility that allows you to
interactively program using any of the available Haskell
compilers (including ghc, but defaults to nhc98.) WARNING: This
is a fairly slow interpreter :-)
.
For more information, see the nhc98 web page at
.
|