include-file

Inclusion of files in executables at compile-time.

Version on this page:0.1.0.3
LTS Haskell 22.13:0.1.0.4
Stackage Nightly 2024-03-14:0.1.0.4
Latest on Hackage:0.1.0.4

See all snapshots include-file appears in

BSD-3-Clause licensed by Daniel Díaz
Maintained by [email protected]
This version can be pinned in stack with:include-file-0.1.0.3@sha256:26eef99bb1816b2cb6b033e8d43bb964c19f8d3483e93bb950b7d9e90226671f,1637

Module documentation for 0.1.0.3

Inclusion of files in source code via Template Haskell.

When distributing executables, sometimes it is required to attach some other resources in files. Using this library (together with the TemplateHaskell extension) you avoid this problem by including those files inside the executable at compile time.