Cabal revisions of Boolean-0.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: Boolean-Version: 0.0.1-Cabal-Version: >= 1.2-Synopsis: Generalized booleans-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 +Name: Boolean +Version: 0.0.1 +x-revision: 1 +Cabal-Version: >= 1.2 +Synopsis: Generalized booleans +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<4.8 + Exposed-Modules: + Data.Boolean + + ghc-options: -Wall + +-- ghc-prof-options: -prof -auto-all