packages feed

pbc4hs 0.1.1.1 → 0.1.1.3

raw patch · 3 files changed

+5/−1 lines, 3 files

Files

+ Changelog view
@@ -0,0 +1,2 @@++0.1.1.3 : add lua_pop after luaL_register called to clear the lua stack
cbits/pbc-lua.c view
@@ -1093,6 +1093,7 @@  	luaL_checkversion(L); 	luaL_newlib(L, reg);+	lua_pop(L, 1);  	return 1; }
pbc4hs.cabal view
@@ -1,5 +1,5 @@ name:                pbc4hs-version:             0.1.1.1+version:             0.1.1.3 synopsis:            pbc for HsLua description:         pbc wrapper for HsLua license:             BSD3@@ -22,6 +22,7 @@                      cbits/proto.h                      cbits/stringpool.h                      cbits/varint.h+                     Changelog  source-repository head   type:                 git