packages feed

data-clist 0.0.7.2 → 0.0.7.3

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~QuickChecknew-uploaderPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: QuickCheck

API changes (from Hackage documentation)

Files

data-clist.cabal view
@@ -5,11 +5,11 @@              Given that the ring terminiology clashes with certain              mathematical branches, we're using the term CList or              CircularList instead.-Version: 0.0.7.2+Version: 0.0.7.3 License: BSD3 License-File: LICENSE Author: John Van Enk <vanenkj@gmail.com>-Maintainer: John Van Enk <vanenkj@gmail.com>+Maintainer: Jeremy Huffman <jeremy@jeremyhuffman.com>, John Van Enk <vanenkj@gmail.com> Stability: experimental Category: Data Structures Cabal-Version: >= 1.6@@ -23,7 +23,7 @@ Library     Build-Depends: base >= 4 && < 5,                    deepseq >= 1.1 && < 1.4,-                   QuickCheck >= 2.4 && < 2.5+                   QuickCheck >= 2.4 && < 2.8      Exposed-Modules:         Data.CircularList