packages feed

COrdering-2.2: COrdering.cabal

Name:               COrdering
Version:            2.2
Cabal-Version:      >= 1.2
Build-Type:         Simple
License:            BSD3
License-File:       LICENSE
Copyright:          (c) Adrian Hey 2004-2008
Author:             Adrian Hey
Maintainer:
Stability:          Stable
Homepage:
Package-Url:
Synopsis:           An algebraic data type similar to Prelude Ordering.
Description:        Typically this is used as the return type of a combining comparison, which combines two
                    values if they are deemed equal in some sense. Currently combining comparisons are used
                    extensively by the AVL tree package (AvlTree). This package is no longer actively
                    maintained and will be tagged as such as soon as Hackage has this feature.
Category:           Data
Tested-With:        GHC == 6.8.2, GHC == 6.8.1
Data-Files:
Extra-Source-Files: AUTHORS, CHANGELOG
Extra-Tmp-Files:

Library
 Buildable:          True
 Build-Depends:      base
 Exposed-Modules:    Data.COrdering
 Other-Modules:
 Extensions:         CPP
 Hs-Source-Dirs:     .
 Build-Tools:
 Ghc-Options:        -Wall
 Ghc-Prof-Options:
 Ghc-Shared-Options:
 Hugs-Options:
 Nhc98-Options:
 Includes:
 Install-Includes:
 Include-Dirs:
 C-Sources:
 Extra-Libraries:
 Extra-Lib-Dirs:
 CC-Options:
 LD-Options:
 Pkgconfig-Depends: