github purescript/purescript v0.7.4.1

latest releases: v0.15.16-1, v0.15.16-0, v0.15.15...
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.

Don't miss a new purescript release

NewReleases is sending notifications on new releases.