All Versions
16
Latest Version
Avg Release Cycle
63 days
Latest Release
-

Changelog History
Page 1

  • v2.3.1 Changes

    • โœ‚ Remove MonadFail constraints introduced in version 2.3.0
    • Implement MonadFail for SafeT
  • v2.3.0 Changes

    • ๐Ÿ’ฅ BREAKING CHANGE: Support GHC 8.6.1
      • This requires adding a MonadFail constraints to certain utilities
  • v2.2.9 Changes

    • ๐Ÿ›  Fix build against older versions of exceptions
  • v2.2.8 Changes

    • Increase upper bound on exceptions
  • v2.2.7 Changes

    • Increase upper bound on exceptions
  • v2.2.6 Changes

    • โž• Add PrimMonad instance for SafeT
  • v2.2.5 Changes

    • โž• Add tryP and catchP
    • MonadThrow and MonadCatch instances for Proxy upstreamed to pipes
  • v2.2.4 Changes

    • Increase upper bound on pipes
  • v2.2.3 Changes

    • โž• Add several new instances to SafeT
    • โž• Add tryP and catchP
  • v2.2.2 Changes

    • Raise upper-bound on exceptions dependency