@hackage include-file0.1.0.1
Inclusion of files in executables at compile-time.
Categories
License
BSD-3-Clause
Maintainer
dhelta.diaz@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
CustomDependencies (4)
- base >=4 && <5
- bytestring
- random
- template-haskell Show all…
Dependents (2)
@hackage/acme-everything, @hackage/relapse
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.