packages feed

Boolean-0.1.0: Boolean.cabal

Name:                Boolean
Version:             0.1.0
Cabal-Version:       >= 1.6
Synopsis:            Generalized booleans
Category:            Data
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.
  .
  Copyright 2009-2012 Conal Elliott; BSD3 license.
Author:              Conal Elliott
Maintainer:          conal@conal.net
Copyright:           (c) 2009-2012 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
                       
  ghc-options:         -Wall

--  ghc-prof-options:    -prof -auto-all