diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 10:57:52 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:22 +0700 |
commit | 56a8bc4c3d68ecfc3f66a104991f54daad398966 (patch) | |
tree | 1a6aeda10150ebcdf8bd431cd76f14d66819a4e7 /haskell/haskell-file-embed/slack-desc | |
parent | 330c22810a5fb5db4410171aa0c1ad3e0bd82bc6 (diff) |
haskell/haskell-file-embed: Added (embed file contents).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-file-embed/slack-desc')
-rw-r--r-- | haskell/haskell-file-embed/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-file-embed/slack-desc b/haskell/haskell-file-embed/slack-desc new file mode 100644 index 0000000000..258687a254 --- /dev/null +++ b/haskell/haskell-file-embed/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-file-embed: haskell-file-embed (embed file contents) +haskell-file-embed: +haskell-file-embed: Use Template Haskell to read a file or all the files in a directory, +haskell-file-embed: and turn them into (path, bytestring) pairs embedded in your +haskell-file-embed: Haskell code. +haskell-file-embed: +haskell-file-embed: +haskell-file-embed: +haskell-file-embed: +haskell-file-embed: +haskell-file-embed: |