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/README | |
parent | 4b2207199b7a0cc18b9b9cb3a11616760a247638 (diff) |
haskell/haskell-neat-interpolation: Added (text interpolation).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-neat-interpolation/README')
-rw-r--r-- | haskell/haskell-neat-interpolation/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-neat-interpolation/README b/haskell/haskell-neat-interpolation/README new file mode 100644 index 0000000000000..9c663f3261371 --- /dev/null +++ b/haskell/haskell-neat-interpolation/README @@ -0,0 +1,7 @@ +A quasiquoter for producing Text values with support for a simple +interpolation of input values. It removes the excessive indentation +from the input and accurately manages the indentation of all lines of +the interpolated variables. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |