Skip to content
This repository was archived by the owner on Mar 22, 2021. It is now read-only.

Commit 837cd78

Browse files
committed
Add description to cabal file
1 parent 8afcea9 commit 837cd78

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

hslua-module-system.cabal

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: hslua-module-system
22
version: 0.1.0
33
synopsis: Lua module wrapper around Haskell's System module.
4+
5+
description: Provides access to system information and functionality
6+
to Lua scripts via Haskell's `System` module.
7+
.
8+
Intended usage for this package is to preload it by adding
9+
the loader function to `package.preload`. Note that the
10+
Lua `package` library must have already been loaded before
11+
the loader can be added.
412
homepage: https://github.com/hslua/hslua-module-system
513
license: MIT
614
license-file: LICENSE

0 commit comments

Comments
 (0)