data-clist 0.1.0.0 → 0.1.1.0
raw patch · 1 files changed
+2/−3 lines, 1 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- data-clist.cabal +2/−3
data-clist.cabal view
@@ -5,7 +5,7 @@ Given that the ring terminiology clashes with certain mathematical branches, we're using the term CList or CircularList instead.-Version: 0.1.0.0+Version: 0.1.1.0 License: BSD3 License-File: LICENSE Author: John Van Enk <vanenkj@gmail.com>@@ -23,11 +23,10 @@ Library Build-Depends: base >= 4 && < 5, deepseq >= 1.1 && < 1.5,- QuickCheck >= 2.4 && < 2.9+ QuickCheck >= 2.4 && < 2.10 Exposed-Modules: Data.CircularList ghc-options: -Wall- gHC-prof-options: -prof -auto-all hs-source-dirs: src