hinstaller: Installer wrapper for Haskell applications
This module allows you to incorporate arbitrary files into a haskell module during compilation. The files are then available to you through functions which allows you to write installer-type applications which write out the files when run. Thus this can be considered in the same model as Java .jar files or executable zip or other file archives.
The current implementation is now reasonably efficient. However, it does
require that you have a C compiler installed which can be invoked through
cc
.
Downloads
- hinstaller-2008.2.16.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 2007.4.21, 2007.4.23, 2007.4.24, 2007.5.13, 2008.2.16 |
---|---|
Dependencies | base, bytestring, Cabal (>=1.2.3.0), directory, filepath, process, template-haskell [details] |
Tested with | ghc ==6.8.2 |
License | LicenseRef-LGPL |
Copyright | Matthew Sackman |
Author | Matthew Sackman |
Maintainer | Matthew Sackman <matthew@wellquite.org> |
Category | System |
Home page | http://www.wellquite.org/hinstaller/ |
Uploaded | by GwernBranwen at 2008-02-16T23:49:18Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 3980 total (17 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |