Skip to content

Releases: purescript-lua/purescript-lua-prelude

v7.2.2

14 Jun 10:13
v7.2.2
2e23f64

Choose a tag to compare

Fix Array Semigroup append: concatArray used table.concat (string join) instead of concatenating two arrays. Breaks Array <> and downstream (e.g. traverse over the Array applicative, foldable-traversable). Fixed element-wise. (#4 by @Renegatto)

v7.2.1

13 Jun 20:29
v7.2.1
e924d7e

Choose a tag to compare

Lua 5.1 FFI compatibility fixes (Bounded/Show Char & Int), foreign-comment link fix in EuclideanRing, and a fail-fast build script. See #5 and #6.