name: mtl-extras version: 0.1 synopsis: Higher order versions of MTL classes description: Higher order versions of MTL classes to ease programming with polymorphic recursion and reduce UndecidableInstances. . See for further discussion of the approach taken here. license: BSD3 license-file: LICENSE author: Index Int maintainer: Index Int category: Control bug-reports: https://github.com/int-index/mtl-extras/issues build-type: Simple cabal-version: >=1.10 library exposed-modules: Control.Monad.Reader.Extras Control.Monad.Cont.Extras Control.Monad.Except.Extras Control.Monad.Writer.Extras build-depends: base >=4.6 && <4.10 , mtl >= 2.2.1 , transformers >= 0.4.2 default-language: Haskell98 other-extensions: CPP hs-source-dirs: src ghc-options: -Wall