Boolean-0.0.0: Boolean.cabal
Name: Boolean
Version: 0.0.0
Cabal-Version: >= 1.2
Synopsis: Generalized boolean ops
Category: Data
Description:
Some classes for generalized boolean operations.
.
Copyright 2009 Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Package-Url: http://code.haskell.org/~conal/code/Boolean
Copyright: (c) 2009 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base<5
Exposed-Modules:
Data.Boolean
ghc-options: -Wall
-- ghc-prof-options: -prof -auto-all