diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-27 12:03:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:02 +0700 |
commit | 6985271342fbe61ee14b916675bad74d8f8bf359 (patch) | |
tree | f8639d2f993c632243950ef323e76cfb1e31faf4 /haskell/haskell-HsYAML/README | |
parent | 2e2a1f4cd8c7f3b96de8971ae744f0d3b90f6080 (diff) | |
download | slackbuilds-6985271342fbe61ee14b916675bad74d8f8bf359.tar.gz |
haskell/haskell-HsYAML: Added (YAML 1.2 parser).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-HsYAML/README')
-rw-r--r-- | haskell/haskell-HsYAML/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-HsYAML/README b/haskell/haskell-HsYAML/README new file mode 100644 index 0000000000..e5092e27fd --- /dev/null +++ b/haskell/haskell-HsYAML/README @@ -0,0 +1,4 @@ +HsYAML is a YAML 1.2 parser implementation for Haskell. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |