rebase 1.19 → 1.20
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~basedep ~bifunctorsdep ~semigroupoidsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, bifunctors, semigroupoids
API changes (from Hackage documentation)
+ Rebase.Prelude: galt :: (Generic1 f, Alt (Rep1 f)) => f a -> f a -> f a
+ Rebase.Prelude: gbind :: (Generic1 m, Bind (Rep1 m)) => m a -> (a -> m b) -> m b
+ Rebase.Prelude: gduplicated :: (Extend (Rep1 w), Generic1 w) => w a -> w (w a)
+ Rebase.Prelude: gextended :: (Extend (Rep1 w), Generic1 w) => (w a -> b) -> w a -> w b
+ Rebase.Prelude: gfold1 :: (Foldable1 (Rep1 t), Generic1 t, Semigroup m) => t m -> m
+ Rebase.Prelude: gfoldMap1 :: (Foldable1 (Rep1 t), Generic1 t, Semigroup m) => (a -> m) -> t a -> m
+ Rebase.Prelude: gliftF2 :: (Generic1 w, Apply (Rep1 w)) => (a -> b -> c) -> w a -> w b -> w c
+ Rebase.Prelude: gliftF3 :: (Generic1 w, Apply (Rep1 w)) => (a -> b -> c -> d) -> w a -> w b -> w c -> w d
+ Rebase.Prelude: gsequence1 :: (Traversable1 (Rep1 t), Apply f, Generic1 t) => t (f b) -> f (t b)
+ Rebase.Prelude: gtoNonEmpty :: (Foldable1 (Rep1 t), Generic1 t) => t a -> NonEmpty a
+ Rebase.Prelude: gtraverse1 :: (Traversable1 (Rep1 t), Apply f, Generic1 t) => (a -> f b) -> t a -> f (t b)
+ Rebase.Prelude: gzero :: (Plus (Rep1 f), Generic1 f) => f a
Files
- rebase.cabal +4/−4
rebase.cabal view
@@ -1,5 +1,5 @@ name: rebase-version: 1.19+version: 1.20 synopsis: A more progressive alternative to the "base" package description: This package is intended for those who are tired of keeping@@ -428,8 +428,8 @@ Rebase.Text.Show.Functions Rebase.Unsafe.Coerce build-depends:- base >=4.10 && <5,- bifunctors >=5.5 && <5.6,+ base >=4.13 && <5,+ bifunctors >=5.6 && <5.7, bytestring >=0.10 && <0.12, containers >=0.6 && <0.7, contravariant >=1.5 && <1.6,@@ -444,7 +444,7 @@ profunctors >=5.6 && <5.7, scientific >=0.3 && <0.4, selective >=0.7 && <0.8,- semigroupoids >=5.3 && <5.4,+ semigroupoids >=6 && <7, stm >=2.5 && <2.6, text >=1.2 && <1.3 || >=2.0 && <2.1, time >=1.9 && <1.13,