pomaps v0.1.0.0 Release Notes

Release Date: 2020-01-02 // over 4 years ago
  • 🚀 No actual breaking changes, just the first major release after time showed that things have settled.

    👷 Most of the changes resulted from switching to haskell-ci for CI setup, which implies a cabal-only suite. The old CI setup needed far too much babysitting.

    The only "breaking" change:

    • ⬇️ Dropped support for GHC 8.0.2 (that only coincidentally worked for stack, because containers is a boot library and thus pinned to 0.5.7.1. We need >= 0.5.9.2)

Previous changes from v0.0.2.1

  • 👷 Mostly bumping upper bounds of base and lattices, while adding new CI configs for new GHCs