BSD-3-Clause licensed by Gabriel Gonzalez
Maintained by [email protected]
This version can be pinned in stack with:mmorph-1.1.2@sha256:09de0fe025a2d6887d766ead64b5537a0f8dad7331879668574e76b7d9682682,919

Module documentation for 1.1.2

  • Control
    • Control.Monad
      • Control.Monad.Morph
      • Control.Monad.Trans
        • Control.Monad.Trans.Compose

This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.

Changes

1.1.2

  • Conditionally disable Polykinds to support older versions of GHC

1.1.1

  • Increase upper bound on transformers-compat

1.1.0

  • BREAKING CHANGE: Enable PolyKinds
    • This should in theory be a non-breaking change, but due to a bug in GHC 8.0.1 and kind inference ambiguities I’m marking this as a breaking change