name: mtl-prelude version: 0.1.0 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. 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: Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies, TypeOperators, UnboxedTuples default-language: Haskell2010