pbc4hs 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- Changelog +3/−1
- pbc4hs.cabal +1/−1
Changelog view
@@ -1,2 +1,4 @@+2014-02-24 David Feng <davidxifeng@gmail.com> -0.1.1.3 : add lua_pop after luaL_register called to clear the lua stack+ * cbits/pbc-lua.c: add the missing lua_pop call after luaL_register+ called to clear the lua stack
pbc4hs.cabal view
@@ -1,5 +1,5 @@ name: pbc4hs-version: 0.1.1.3+version: 0.1.1.4 synopsis: pbc for HsLua description: pbc wrapper for HsLua license: BSD3