COrdering 2.1 → 2.2
raw patch · 2 files changed
+12/−6 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG +6/−0
- COrdering.cabal +6/−6
CHANGELOG view
@@ -2,3 +2,9 @@ --- * Initial Hackage/Cabal release. Version set to 2.1 to distinguish from the 2.0 (non-cabal) release on my home page. + +2.2 (Final release) +------------------- +* No code changes. +* Removed link to Haskell wiki homepage as this will never be done. +* Removed link to maintainer email.
COrdering.cabal view
@@ -1,25 +1,25 @@ Name: COrdering-Version: 2.1+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: http://homepages.nildram.co.uk/~ahey/em.png+Maintainer: Stability: Stable-Homepage: http://www.haskell.org/haskellwiki/COrdering+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).+ 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:-Author: Adrian Hey Library Buildable: True@@ -29,7 +29,7 @@ Extensions: CPP Hs-Source-Dirs: . Build-Tools:- Ghc-Options: -O -Wall -split-objs+ Ghc-Options: -Wall Ghc-Prof-Options: Ghc-Shared-Options: Hugs-Options: