purescript v0.7.4.1 Release Notes

Release Date: 2015-08-26 // over 8 years ago
  • ๐Ÿš€ This patch release fixes two bugs related to the new instance resolution algorithm and overlapping instances:

    • ๐Ÿ‘ psci would not work due to overlaps in the PSCI.Support module
    • ๐Ÿ— free would not build due to its dependency on inject

    โš  The solution for now is to make overlapping instances into a warning (instead of an error) at the site of their use.

    Later we might revisit this decision and allow the user to express classes like Inject which are necessarily overlapping.