cgi v3001.3.0.3 Release Notes

Release Date: 2018-11-14 // over 5 years ago
  • 🔄 Changed

    • ⬆️ Bumped upper version bounds for containers and time.
    • ⚡️ Updated to exceptions 0.10.x. This meant extending our MonadMask instance to provide the generalBracket method that was added to the class in recent versions of the exceptions library.
    • ✅ The doctest suite would not work reliably with different versions of Cabal. Instead of going all out with a custom written build system to support it properly, we now run doctests as part of our CI builds but not as a part of the Cabal build any more.
    • 🛠 Fixed several compiler warnings in our code.