mtl-prelude-2.0.2: mtl-prelude.cabal
name:
mtl-prelude
version:
2.0.2
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 <http://hackage.haskell.org/package/base-prelude "base-prelude"> library,
this should give you a quite rich prelude.
.
The @2.*@ versions 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 <nikita.y.volkov@mail.ru>
maintainer:
Nikita Volkov <nikita.y.volkov@mail.ru>
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.*,
base < 5
default-extensions:
NoImplicitPrelude
default-language:
Haskell2010