purescript v0.14.5 Release Notes

  • ๐Ÿ›  Bugfixes:

    • ๐Ÿ›  Fix a case where kind inference inferred the wrong kind for type synonyms (#4184 by @jy14898)

    • Properly rename module imports in case of conflicts with declarations (#4188 by @PureFunctor)

    Internal:

    • ๐Ÿ›  Fix command and clarify a few other requirements in release guide (#4177 by @JordanMartinez)

    • โž• Add Functor instance for Language.PureScript.CoreFn.Module. (#4186 by @cdepillabout)