Skip to content

Releases: purescript-lua/purescript-lua-prelude

Release list

v7.2.2

Choose a tag to compare

@Unisay Unisay released this 14 Jun 10:13
v7.2.2
2e23f64

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

Choose a tag to compare

@Unisay Unisay released this 13 Jun 20:29
v7.2.1
e924d7e

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.