The latest version of hinstaller is 2008.2.16-0.

hinstaller

Version 2007.4.23 revision 0 uploaded by MatthewSackman.

Package meta

Synopsis
Installer wrapper for Haskell applications
Description

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 now reasonably efficient. However, either use -fvia-C which will take care of all compilation for you (but will be slow) or use -fasm which will probably fail at the linking stage. Compile the generated .c files and manually link together to complete the installation. On any non-trivial sized file, you may need to increase GHC's stack with +RTS -K32M -RTS to avoid stack overflows.

Author
Matthew Sackman
Bug reports
n/a
Category
System
Copyright
Matthew Sackman
Homepage
http://www.wellquite.org/hinstaller/
Maintainer
matthew@wellquite.org
Package URL
n/a
Stability
Alpha

Components