diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 12:36:50 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:35 +0700 |
commit | 58a883e7a3eddae6e37b237de502e02f05a688c1 (patch) | |
tree | 8067a32e4aea3ecb2a2f501041477f2f1e5d6407 /haskell/haskell-neat-interpolation/slack-desc | |
parent | 4b2207199b7a0cc18b9b9cb3a11616760a247638 (diff) | |
download | slackbuilds-58a883e7a3eddae6e37b237de502e02f05a688c1.tar.gz |
haskell/haskell-neat-interpolation: Added (text interpolation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-neat-interpolation/slack-desc')
-rw-r--r-- | haskell/haskell-neat-interpolation/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-neat-interpolation/slack-desc b/haskell/haskell-neat-interpolation/slack-desc new file mode 100644 index 0000000000..a6a9222aee --- /dev/null +++ b/haskell/haskell-neat-interpolation/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-neat-interpolation: haskell-neat-interpolation (multiline text interpolation) +haskell-neat-interpolation: +haskell-neat-interpolation: A quasiquoter for producing Text values with support for a simple +haskell-neat-interpolation: interpolation of input values. It removes the excessive indentation +haskell-neat-interpolation: from the input and accurately manages the indentation of all lines of +haskell-neat-interpolation: the interpolated variables. +haskell-neat-interpolation: +haskell-neat-interpolation: +haskell-neat-interpolation: +haskell-neat-interpolation: +haskell-neat-interpolation: |