purescript v0.13.5 Release Notes

Release Date: 2019-11-13 // over 4 years ago
  • ๐Ÿ›  This is a small bugfix release to address some issues which were introduced in 0.13.4.

    ๐Ÿ› Bug fixes

    ๐Ÿ›  Fix "too many open files" during compiling (#3743, @hdgarrood)

    The compiler would not promptly close files after opening them, which could easily lead to reaching the open file limit, causing the compiler to crash.

    ๐Ÿ›  Fix incorrect unused import warnings when kinds are re-exported (#3744, @hdgarrood)

    ๐Ÿ›  Fixes a bug in which unused import warnings were generated for kinds which were re-exported (and therefore should have been considered "used").

    Other

    • ๐Ÿ›  Fix Haddock markup error preventing Haddock docs being generated (#3745, @cdepillabout)
    • โž• Add upper bound on Protolude to prevent 0.2.4 from being selected (#3752, @hdgarrood)