Skip to content

Releases: tweag/capability

Release 0.5.0.1

21 Mar 12:52
774ff1a
Compare
Choose a tag to compare

Changes

Release 0.5.0.0

21 Jul 12:33
7fe67a8
Compare
Choose a tag to compare

Changes

  • Fix compatibility with GHC 9.0.
    See #96

  • Remove Capability.Writer.Discouraged.
    This module incurred a dependency on monad-unlift which is no longer
    available for GHC 9.0. Given that its use was discouraged, it was deemed best
    to remove it.
    See #96

  • Added censor function to Capability.Writer.
    See #94

Release 0.4.0.0

16 Mar 10:20
65271a2
Compare
Choose a tag to compare

Changes

  • Fix infinite loop in writer.
    See #85

  • Introduce Capability.Reflection to define ad-hoc interpreters.
    See #86

  • Fix compatibility with GHC 8.10.
    See #87