luautils 0.1.1.1 → 0.1.1.2
raw patch · 2 files changed
+3/−4 lines, 2 files
Files
- luautils.cabal +3/−3
- src/Scripting/LuaUtils.hs +0/−1
luautils.cabal view
@@ -1,5 +1,5 @@ Name: luautils-Version: 0.1.1.1+Version: 0.1.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@@ -20,8 +20,8 @@ source-repository this type: git- location: http://github.com/ajnsit/luautils/tree/v0.1.1.1- tag: v0.1.1.1+ location: http://github.com/ajnsit/luautils/tree/v0.1.1.2+ tag: v0.1.1.2 Library hs-source-dirs: src
src/Scripting/LuaUtils.hs view
@@ -100,7 +100,6 @@ xm <- Lua.peek l (-1) Lua.pop l 1 return $ fromJust xm- Lua.pop l 1 return $ Just arr valuetype _ = Lua.TTABLE