github purescript/purescript v0.7.1

latest releases: v0.15.16-1, v0.15.16-0, v0.15.15...
8 years ago

Minor fixes after 0.7.0:

  • @hdgarrood has worked on improvements to psc-publish to support the new Pursuit website.
  • @mjgpy3 has improved warning messages
  • @wuzzeb has improved the pretty printers
  • @hdgarrood has added CI builds for GHC 7.10 and 7.6

Enhancements

  • @nicodelpiano has added exhaustivity checking as a new warning type. Incomplete pattern matches will now generate warnings like this:

    Warning in module Data.Either.Unsafe:
      Warning in value declaration fromRight:
      Warning at src/Data/Either/Unsafe.purs line 14, column 1 - line 15, column 1:
    Pattern could not be determined to cover all cases.
        The definition has the following uncovered cases:
          (Data.Either.Left _)
      See https://github.com/purescript/purescript/wiki/Error-Code-NotExhaustivePattern for more information, or to contribute content related to this error.
    

Don't miss a new purescript release

NewReleases is sending notifications on new releases.