name: mtl-prelude version: 2.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 @2.*@ versions are are restricted by the feature set of @mtl == 2.2.*@ and @transformers == 0.4.*@. 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.4.*, mtl == 2.2.* default-extensions: NoImplicitPrelude default-language: Haskell2010