Cabal revisions of monadplus-1.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: monadplus version: 1.4.2+x-revision: 1 cabal-version: >= 1.10 author: Hans Hoglund maintainer: Hans Hoglund <hans@hanshoglund.se> library default-language: Haskell98 build-depends: - base >= 4 && < 5+ base >= 4 && < 4.11 hs-source-dirs: src exposed-modules: Control.Applicative.Alternative
revision 2
--name: monadplus-version: 1.4.2-x-revision: 1-cabal-version: >= 1.10-author: Hans Hoglund-maintainer: Hans Hoglund <hans@hanshoglund.se>-license: BSD3-license-file: COPYING-synopsis: Haskell98 partial maps and filters over MonadPlus. -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- default-language: Haskell98- build-depends: - base >= 4 && < 4.11- hs-source-dirs: src- exposed-modules:- Control.Applicative.Alternative- Control.Monad.Plus- +name: monadplus +version: 1.4.2 +x-revision: 2 +cabal-version: >= 1.10 +author: Hans Hoglund +maintainer: Hans Hoglund <hans@hanshoglund.se> +license: BSD3 +license-file: COPYING +synopsis: Haskell98 partial maps and filters over MonadPlus. +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 + default-language: Haskell98 + build-depends: + base >= 4 && < 5 + hs-source-dirs: src + exposed-modules: + Control.Applicative.Alternative + Control.Monad.Plus +
revision 3
name: monadplus version: 1.4.2 -x-revision: 2 +x-revision: 3 cabal-version: >= 1.10 author: Hans Hoglund maintainer: Hans Hoglund <hans@hanshoglund.se> library default-language: Haskell98 build-depends: - base >= 4 && < 5 + base >= 4 && < 4.11 hs-source-dirs: src exposed-modules: Control.Applicative.Alternative