@hackage / include-file

Inclusion of files in executables at compile-time.

Latest0.1.0.4

About

Metadata

  • Last updated , by DanielDiaz
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: dhelta.diaz@gmail.com

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

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.