The hinstaller package (version 2007.4.21)
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.
Note that the current implementation is very inefficient, converting the included files as Strings. On any non-trivial sized file, you'll need to increase GHC's stack with +RTS -K32M -RTS to avoid stack overflows.
| Other versions | 2007.4.23, 2007.4.24, 2007.5.13, 2008.2.16 |
|---|---|
| Dependencies | base, filepath, template-haskell |
| License | LGPL |
| Copyright | Matthew Sackman |
| Author | Matthew Sackman |
| Maintainer | matthew@wellquite.org |
| Stability | Alpha |
| Category | System |
| Home page | http://www.wellquite.org/hinstaller/ |
| Exposed modules | System.Installer |
| Upload date | Sun Apr 22 12:14:09 PDT 2007 |
| Uploaded by | MatthewSackman |
| Build failure | ghc-6.6 (log), ghc-6.8 (log) |
Downloads
- hinstaller-2007.4.21.tar.gz (Cabal source package)
- package description (included in the package)
