diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-14 22:14:29 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-16 08:20:13 +0700 |
commit | c65d365a5d515b6c4a1f172af4900861b39f1bfa (patch) | |
tree | 3fb4f55aaa8b6a4f7636f699faa4a5d880a8b12e /haskell/haskell-lua/README | |
parent | 6cf5a63534f3806e900bdda60246e395dead45f1 (diff) |
haskell/haskell-lua: Added (bindings to lua).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-lua/README')
-rw-r--r-- | haskell/haskell-lua/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/haskell/haskell-lua/README b/haskell/haskell-lua/README new file mode 100644 index 0000000000000..e2d6e47d98213 --- /dev/null +++ b/haskell/haskell-lua/README @@ -0,0 +1,4 @@ +Lua, an embeddable scripting language + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |