1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Name: Boolean
Version: 0.2.4
Synopsis: Generalized booleans and numbers
Category: Data
Cabal-Version: >= 1.6
Description:
Some classes for generalized boolean operations.
Starting with 0.1.0, this package uses type families.
Up to version 0.0.2, it used MPTCs with functional dependencies.
My thanks to Andy Gill for suggesting & helping with the change.
Thanks also to Alex Horsman for Data.Boolean.Overload and to
Jan Bracker for Data.Boolean.Numbers.
.
Copyright 2009-2013 Conal Elliott; BSD3 license.
Author: Conal Elliott
Maintainer: conal@conal.net
Copyright: (c) 2009-2013 by Conal Elliott
License: BSD3
License-File: COPYING
Stability: experimental
build-type: Simple
source-repository head
type: git
location: git://github.com/conal/Boolean.git
Library
hs-Source-Dirs: src
Extensions:
Build-Depends: base<5
Exposed-Modules:
Data.Boolean
Data.Boolean.Overload
Data.Boolean.Numbers
ghc-options: -Wall
-- ghc-prof-options: -prof -auto-all
|