Skip to content

Releases: purescript/purescript-lists

v0.7.2

16 Aug 14:59
Compare
Choose a tag to compare

Update LICENSE file to include GHC license.

v0.7.1

03 Aug 16:36
Compare
Choose a tag to compare
  • Fixed warning messages about shadowed names and partial pattern matches

v0.7.0

30 Jun 00:22
Compare
Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.7.0-rc.5

16 Jun 19:26
Compare
Choose a tag to compare
v0.7.0-rc.5 Pre-release
Pre-release

Add ZipList.

v0.7.0-rc.4

15 Jun 16:57
Compare
Choose a tag to compare
v0.7.0-rc.4 Pre-release
Pre-release

Fix updateAt, alterAt.

v0.7.0-rc.3

14 Jun 13:41
Compare
Choose a tag to compare
v0.7.0-rc.3 Pre-release
Pre-release
  • Fixed behaviour of range when start = end (@sharkdp)

v0.7.0-rc.2

11 Jun 17:03
Compare
Choose a tag to compare
v0.7.0-rc.2 Pre-release
Pre-release

Fix test-src

v0.7.0-rc.1

08 Jun 23:36
Compare
Choose a tag to compare
v0.7.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.6.2

09 May 13:10
Compare
Choose a tag to compare

Fix typo in ListT Apply and add ZipListT (@puffnfresh)

v0.6.1

08 May 17:12
Compare
Choose a tag to compare

Make Apply and Bind instances for ListT consistent. (@puffnfresh)