diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 22:28:07 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:13 +0700 |
commit | 5b80060fa6a9b30837026063ff1570332c926ece (patch) | |
tree | 7d98162e66f86381c3637436b4f65af9f5ee2b7f /haskell/haskell-hslua-marshalling/README | |
parent | 28891fb5ec7702a13570f80cb8b672900571a3d3 (diff) |
haskell/haskell-hslua-marshalling: Added (marshalling lua values).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-hslua-marshalling/README')
-rw-r--r-- | haskell/haskell-hslua-marshalling/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-hslua-marshalling/README b/haskell/haskell-hslua-marshalling/README new file mode 100644 index 0000000000000..655bd19154bb7 --- /dev/null +++ b/haskell/haskell-hslua-marshalling/README @@ -0,0 +1,4 @@ +Marshalling of values between Haskell and Lua. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |