- Relaxed upper bound for hslua, allow
hslua-1.3.*
.
-
Use self-documenting module. This allows to include documentation with the module definition, and to auto-generate documentation from that. Requires hslua-1.2.0 or newer.
-
Run CI tests with all GHC 8 versions, test stack builds.
-
Require at least HsLua v1.0.3: that version has better support for modules.
-
Rename
pushModuleText
topushModule
. The old name is keeped as an alias for now.
- Use hslua 1.0.
- Relax upper bound for base.
- Add missing test file in the sources archive. This oversight had caused some stackage test failures.
- Run tests with Travis CI.
- Fix problems with GHC 7.8
- Lift restriction on base to allow GHC 7.8.
- First version. Released on an unsuspecting world.