packages feed

mtl-prelude-2.0.0: mtl-prelude.cabal

name:
  mtl-prelude
version:
  2.0.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 <http://hackage.haskell.org/package/base-prelude "base-prelude"> 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 <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.*
  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