NOTICE: This package has been removed from pkgsrc

./wip/hs-hinstaller, Installer wrapper for Haskell applications

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2008.2.16, Package name: hs-hinstaller-2008.2.16, Maintainer: pho

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.


Required to run:
[wip/ghc]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 5890d7752ad9bf57972dc968ae96c90292645c32
RMD160: 4af29721a7820c7a198217064921e1305a5908ec
Filesize: 13.882 KB

Version history: (Expand)


CVS history: (Expand)


   2014-08-29 16:10:14 by Ryosuke Moro | Files touched by this commit (101)
Log message:
make it clear what package depend on

discussed with wiz@.
   2010-02-26 11:16:20 by PHO / phonohawk | Files touched by this commit (5) | Imported package
Log message:
Import hs-hinstaller-2008.2.16 as wip/hs-hinstaller.

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.