cond-0.2: cond.cabal
Name: cond
Version: 0.2
Synopsis: Basic conditional and boolean operators with monadic variants.
Category: Control, Logic, Monad
License: BSD3
License-File: LICENSE
Author: Adam Curtis
Maintainer: acurtis@spsu.edu
Homepage: https://github.com/kallisti-dev/cond
Cabal-Version: >= 1.6
Build-Type: Simple
Description:
A very simple library implementing various conditional operations, as well
as some functions for dealing with conditions in monadic code.
Feel free to send ideas and suggestions for new conditional operators to the
maintainer.
Monadic looping constructs are not included as part of this package, since the
monad-loops package has a fairly complete collection of them already.
source-repository head
type: git
location: git://github.com/kallisti-dev/cond.git
library
hs-source-dirs: src
ghc-options: -Wall
exposed-modules: Control.Conditional
build-depends: base >= 3 && < 5