packages feed

ChasingBottoms 1.3.0.8 → 1.3.0.9

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~randomPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: random

API changes (from Hackage documentation)

- Test.ChasingBottoms.ContinuousFunctions: instance Typeable1 Tree
- Test.ChasingBottoms.TimeOut: instance Typeable1 Result
+ Test.ChasingBottoms.ContinuousFunctions: instance Typeable Tree
+ Test.ChasingBottoms.TimeOut: instance Typeable Result
- Test.ChasingBottoms.SemanticOrd: class SemanticEq a where /=! = \ x y -> not (x ==! y) ==! = semanticEq noTweak
+ Test.ChasingBottoms.SemanticOrd: class SemanticEq a where (/=!) = \ x y -> not (x ==! y) (==!) = semanticEq noTweak
- Test.ChasingBottoms.SemanticOrd: class SemanticEq a => SemanticOrd a where >=! = flip (<=!) <! = \ x y -> x <=! y && x /=! y >! = \ x y -> x >=! y && x /=! y x <=! y = case semanticCompare noTweak x y of { Just LT -> True Just EQ -> True _ -> False } \/! = semanticJoin noTweak /\! = semanticMeet noTweak
+ Test.ChasingBottoms.SemanticOrd: class SemanticEq a => SemanticOrd a where (>=!) = flip (<=!) (<!) = \ x y -> x <=! y && x /=! y (>!) = \ x y -> x >=! y && x /=! y x <=! y = case semanticCompare noTweak x y of { Just LT -> True Just EQ -> True _ -> False } (\/!) = semanticJoin noTweak (/\!) = semanticMeet noTweak

Files

ChasingBottoms.cabal view
@@ -1,5 +1,5 @@ name:               ChasingBottoms-version:            1.3.0.8+version:            1.3.0.9 license:            MIT license-file:       LICENCE copyright:          Copyright (c) Nils Anders Danielsson 2004-2014.@@ -125,7 +125,7 @@                    mtl >= 1.1 && < 2.3,                    base >= 4.0 && < 4.8,                    containers >= 0.3 && < 0.6,-                   random == 1.0.*,+                   random >= 1.0 && < 1.2,                    syb >= 0.1.0.2 && < 0.5  flag build-tests@@ -154,6 +154,6 @@                    mtl >= 1.1 && < 2.3,                    base >= 4.0 && < 4.8,                    containers >= 0.3 && < 0.6,-                   random == 1.0.*,+                   random >= 1.0 && < 1.2,                    syb >= 0.1.0.2 && < 0.5,                    array >= 0.3 && < 0.6