Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
refactoring
  • Loading branch information
mikeplus64 committed Dec 28, 2012
1 parent 932b110 commit c7f0e7c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -6,4 +6,5 @@ Haskell `Lua` bindings, forked from Gracjan Polak's HsLua library.
# Changes
+ Use `ByteString` -- The Lua module sees extremely few uses of `String` now, aside from calls to `error` and in the instance for `StackValue String.`
+ Change the module name from `Scripting.Lua` to `Lua`.
+ *Lots* of refactoring...
+ Support using the system's `Lua` installation instead of the bundled one.

0 comments on commit c7f0e7c

Please sign in to comment.