name: monad-products category: Control, Monads version: 0.2.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett 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 && < 5, semigroupoids >= 1.3 && < 1.4 exposed-modules: Control.Monad.Product ghc-options: -Wall