The hinstaller package
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.
Properties
| Versions | 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 |
| License | LGPL |
| Copyright | Matthew Sackman |
| Author | Matthew Sackman |
| Maintainer | Matthew Sackman <matthew@wellquite.org> |
| Stability | Beta |
| Category | System |
| Home page | http://www.wellquite.org/hinstaller/ |
| Upload date | Sat Feb 16 23:49:18 UTC 2008 |
| Uploaded by | GwernBranwen |
| Built on | ghc-6.10, ghc-6.12, ghc-6.8, ghc-7.0 |
Modules
- System
Downloads
- hinstaller-2008.2.16.tar.gz (Cabal source package)
- package description (included in the package)