monadplus-1.2: monadplus.cabal
name: monadplus
version: 1.2
cabal-version: >= 1.6
author: Hans Hoglund
maintainer: Hans Hoglund <hans@hanshoglund.se>
license: BSD3
license-file: COPYING
synopsis: Filtering and folding over arbitrary MonadPlus instances.
category: Control
tested-with: GHC
build-type: Simple
description:
Filtering and folding over arbitrary `MonadPlus` instances.
This package generalizes many common stream operations such as
`filter`, `catMaybes` etc.
source-repository head
type: git
location: git://github.com/hanshoglund/monadplus.git
library
build-depends:
base >= 4 && < 5
hs-source-dirs: src
exposed-modules:
Control.Monad.Plus