packages feed

COrdering-2.1: COrdering.cabal

Name:               COrdering
Version:            2.1
Cabal-Version:      >= 1.2
Build-Type:         Simple
License:            BSD3
License-File:       LICENSE
Copyright:          (c) Adrian Hey 2004-2008
Author:             Adrian Hey
Maintainer:         http://homepages.nildram.co.uk/~ahey/em.png
Stability:          Stable
Homepage:           http://www.haskell.org/haskellwiki/COrdering
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).
Category:           Data
Tested-With:        GHC == 6.8.2, GHC == 6.8.1
Data-Files:
Extra-Source-Files: AUTHORS, CHANGELOG
Extra-Tmp-Files:
Author:             Adrian Hey

Library
 Buildable:          True
 Build-Depends:      base
 Exposed-Modules:    Data.COrdering
 Other-Modules:
 Extensions:         CPP
 Hs-Source-Dirs:     .
 Build-Tools:
 Ghc-Options:        -O -Wall -split-objs
 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: