data-clist 0.1.2.1 → 0.1.2.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~QuickCheckPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
- Data.CircularList: rotateTo :: (Eq a) => a -> CList a -> Maybe (CList a)
+ Data.CircularList: rotateTo :: Eq a => a -> CList a -> Maybe (CList a)
Files
- data-clist.cabal +2/−2
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.2.1+Version: 0.1.2.2 License: BSD3 License-File: LICENSE Author: John Van Enk <vanenkj@gmail.com>@@ -23,7 +23,7 @@ Library Build-Depends: base >= 4 && < 5, deepseq >= 1.1 && < 1.5,- QuickCheck >= 2.4 && < 2.12+ QuickCheck >= 2.4 && < 2.13 Exposed-Modules: Data.CircularList