packages feed

rebase 1.13.0.1 → 1.13.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~hashablePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: hashable

API changes (from Hackage documentation)

+ Rebase.Prelude: (<*.>) :: Apply f => MaybeApply f (a -> b) -> f a -> f b
+ Rebase.Prelude: (<.*>) :: Apply f => f (a -> b) -> MaybeApply f a -> f b
+ Rebase.Prelude: psum :: (Foldable t, Plus f) => t (f a) -> f a
+ Rebase.Prelude: traverse1Maybe :: (Traversable t, Apply f) => (a -> f b) -> t a -> MaybeApply f (t b)
- Rebase.Prelude: hashByteArrayWithSalt :: ByteArray# -> Int -> Int -> Int -> Int
+ Rebase.Prelude: hashByteArrayWithSalt :: ByteArray# -> Int -> Int -> Salt -> Salt
- Rebase.Prelude: hashPtrWithSalt :: Ptr a -> Int -> Int -> IO Int
+ Rebase.Prelude: hashPtrWithSalt :: Ptr a -> Int -> Salt -> IO Salt

Files

rebase.cabal view
@@ -1,5 +1,5 @@ name: rebase-version: 1.13.0.1+version: 1.13.1 synopsis: A more progressive alternative to the "base" package description:   This package is intended for those who are tired of keeping@@ -427,7 +427,7 @@     deepseq >=1.4 && <1.5,     dlist >=0.8 && <1.1,     either >=5 && <5.1,-    hashable >=1.3 && <1.4,+    hashable >=1.3 && <1.5,     hashable-time >=0.2.0.2 && <0.4,     mtl >=2.2 && <2.3,     profunctors >=5.6 && <5.7,