diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:05:26 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:19 +0700 |
commit | 3927b480aa3d309ff6265321c82abe38f4a9b156 (patch) | |
tree | 6cdcb1a91e6a56791ec286b725a895c57e0ed7dc /haskell/haskell-doctemplates/README | |
parent | 009914671c8a524f37f16beeafb4bb8669eb7c78 (diff) |
haskell/haskell-doctemplates: Added (Pandoc-style doc templates).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-doctemplates/README')
-rw-r--r-- | haskell/haskell-doctemplates/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-doctemplates/README b/haskell/haskell-doctemplates/README new file mode 100644 index 0000000000..9257cd436e --- /dev/null +++ b/haskell/haskell-doctemplates/README @@ -0,0 +1,4 @@ +A simple text templating system used by pandoc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |