Is it possible to build in a file in a haskell program??

Ferenc Wagner wferi@afavant.elte.hu
Tue, 29 Apr 2003 16:49:41 +0200


"Alexandre Weffort Thenorio" <alethenorio@home.se> writes:

> Is it possible to build in this bin file inside the
> program so everything is inside the executable file (exe)

You can find a C/linker magic solution at
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&safe=off&selm=20020520053155.5B2FD39FC%40overcee.wemm.org
See also http://www.gsp.com/cgi-bin/man.cgi?section=1&topic=file2c

You probably need FFI to make use of these.
                                                Feri.