diff options
Diffstat (limited to 'devel/hs-hsb2hs/pkg-descr')
-rw-r--r-- | devel/hs-hsb2hs/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/hs-hsb2hs/pkg-descr b/devel/hs-hsb2hs/pkg-descr new file mode 100644 index 00000000000..60ea929041e --- /dev/null +++ b/devel/hs-hsb2hs/pkg-descr @@ -0,0 +1,6 @@ +Hsb2hs is a preprocessor that allows you to include the contents of +files as string literals in your Haskell programs and libraries. It is +an alternative to file-embed for those who do not want to rely on +Template Haskell. + +WWW: http://hackage.haskell.org/package/hsb2hs |