luautils-0.1.2: luautils.cabal
Name: luautils
Version: 0.1.2
Synopsis: Helpers for Haskell integration with Lua
Description: This package is an add-on to the @HsLua@ package by Gracjan Polak.
HsLua only provides a very bare-bones wrapper over the Lua API, and this
package is meant to fill in the gap by providing some commonly used features.
License: GPL
License-file: LICENSE
Author: Anupam Jain
Maintainer: ajnsit@gmail.com
Build-type: Simple
Cabal-version: >=1.8
stability: Experimental
Category: Scripting
Extra-source-files: README
source-repository head
type: git
location: http://github.com/ajnsit/luautils
source-repository this
type: git
location: http://github.com/ajnsit/luautils/tree/v0.1.2
tag: v0.1.2
Library
hs-source-dirs: src
Build-Depends: base >= 3 && < 5
, hslua >= 0.3.4
, monad-loops >= 0.3
, containers >= 0.4 && < 5
, custom-prelude >= 0.1
, text >= 0.11
exposed-modules: Scripting.LuaUtils
test-suite simple
type: exitcode-stdio-1.0
main-is: simple.hs
build-depends: base
, hslua
, luautils
, QuickCheck
, test-framework
, test-framework-th
, test-framework-quickcheck2
, quickcheck-instances
, containers
hs-source-dirs: tests