Skip to content

HsLua 1.0.2

Compare
Choose a tag to compare
@tarleb tarleb released this 01 Aug 17:55
v1.0.2
bac47b9

Released 2019-01-05.

  • Fixed cross-compilation: placement of C import declarations
    were fixed, thereby resolving issues with cross-compilation.
    (Vanessa McHale and Faraz Maleknia)

  • Added .gitattributes file, fixing the wrong language
    classification of the GitHub repository. (Vanessa McHale)

  • Improved toHaskellFunction documentation. The documentation
    is now more specific on which Haskell exceptions are caught and
    which will lead to crashes.