atrans-0.1.0.0: atrans.cabal
name: atrans
version: 0.1.0.0
synopsis: A small collection of monad (transformer) instances.
description: Defines monad transformers and gives instances based on the mtl transformer library.
homepage: https://github.com/aphorisme/atrans
license: MIT
license-file: LICENSE
author: Philipp Pfeiffer
maintainer: pfiff@hax-f.net
-- copyright:
category: Monads
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Monad.Backend
-- other-modules:
-- other-extensions:
build-depends: base >=4.7 && <5
, mtl >= 2.2.1
hs-source-dirs: src
default-language: Haskell2010