diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-15 19:14:34 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:17 +0700 |
commit | bed7bb1ca3247ba185c9e6565f309f8034df35cf (patch) | |
tree | 236883cd6ccf1d6ce4a402124571d4a56a51d85e /haskell/haskell-hslua-aeson/README | |
parent | 74f0dc12e3e9b92ebeb215f7cf2281f445d7bed0 (diff) | |
download | slackbuilds-bed7bb1ca3247ba185c9e6565f309f8034df35cf.tar.gz slackbuilds-bed7bb1ca3247ba185c9e6565f309f8034df35cf.tar.xz |
haskell/haskell-hslua-aeson: Added (aeson data types for Lua).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslua-aeson/README')
-rw-r--r-- | haskell/haskell-hslua-aeson/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-hslua-aeson/README b/haskell/haskell-hslua-aeson/README new file mode 100644 index 0000000000..e46b6bc812 --- /dev/null +++ b/haskell/haskell-hslua-aeson/README @@ -0,0 +1,4 @@ +Allow aeson data types to be used with Lua. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |