From 2ee2113f76ba3812c70202f02f866cbf2b632ed0 Mon Sep 17 00:00:00 2001 From: James Sanders Date: Tue, 12 Apr 2011 14:25:36 -0400 Subject: [PATCH] updated the cabal file --- hslua.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/hslua.cabal b/hslua.cabal index 70126e3..91b8be3 100644 --- a/hslua.cabal +++ b/hslua.cabal @@ -1,5 +1,5 @@ -Name: hslua -Version: 0.3 +Name: hslua-fork +Version: 0.4 Stability: beta Cabal-version: >= 1.6 Exposed-modules: Scripting.Lua @@ -7,7 +7,7 @@ License: BSD3 Build-type: Simple License-File: COPYRIGHT Copyright: 2007-2010, Gracjan Polak -Author: Gracjan Polak +Author: James Sanders , Gracjan Polak Maintainer: Gracjan Polak Synopsis: A Lua language interpreter embedding in Haskell Description: @@ -16,6 +16,8 @@ Description: . The package is standalone: full Lua interpreter version 5.1.4 is distributed in this package as well. + . + This is a fork of the original hslua library Category: Scripting Build-depends: base==4.*, bytestring >= 0.9.1.10 Hs-source-dirs: src