name: monad-products
category: Control, Monads
version: 0.2.0
license: BSD3
cabal-version: >= 1.6
license-file: LICENSE
author: Edward A. Kmett
maintainer: Edward A. Kmett <ekmett@gmail.com>
stability: provisional
homepage: http://github.com/ekmett/monad-products
copyright: Copyright (C) 2011 Edward A. Kmett
synopsis: Haskell 98 monad products
description: Haskell 98 monad products
build-type: Simple
source-repository head
type: git
location: git://github.com/ekmett/monad-products.git
library
build-depends:
base >= 4 && < 4.4,
semigroupoids >= 1.2.1 && < 1.3.0
exposed-modules:
Control.Monad.Product
ghc-options: -Wall