name: mtl-prelude version: 1.0.1 synopsis: Reexports of most definitions from "mtl" and "transformers" description: This package only exports definitions from the \"mtl\" and \"transformers\" libraries. Unlike every module of \"mtl\" it does not reexport @Control.Monad@ and @Control.Monad.Fix@. . In combination with the library, this should give you a quite rich prelude. . The @1.*@ versions are restricted by the feature set of @mtl == 2.0.*@ and @transformers == 0.2.*@, however they provide support for newer versions of those libraries as well. category: Prelude homepage: https://github.com/nikita-volkov/mtl-prelude bug-reports: https://github.com/nikita-volkov/mtl-prelude/issues author: Nikita Volkov maintainer: Nikita Volkov copyright: (c) 2014, Nikita Volkov license: MIT license-file: LICENSE build-type: Simple cabal-version: >=1.10 source-repository head type: git location: git://github.com/nikita-volkov/mtl-prelude.git library hs-source-dirs: library other-modules: exposed-modules: MTLPrelude build-depends: transformers >= 0.2 && < 0.5, mtl >= 2.0 && < 2.3 default-extensions: NoImplicitPrelude default-language: Haskell2010