packages feed

rerebase 1.13.1 → 1.13.2

raw patch · 4 files changed

+26/−2 lines, 4 filesdep ~rebasePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: rebase

API changes (from Hackage documentation)

Files

+ library/Data/Functor/Invariant.hs view
@@ -0,0 +1,7 @@+module Data.Functor.Invariant+(+  module Rebase.Data.Functor.Invariant+)+where++import Rebase.Data.Functor.Invariant
+ library/Data/Functor/Invariant/TH.hs view
@@ -0,0 +1,7 @@+module Data.Functor.Invariant.TH+(+  module Rebase.Data.Functor.Invariant.TH+)+where++import Rebase.Data.Functor.Invariant.TH
+ library/Data/Group.hs view
@@ -0,0 +1,7 @@+module Data.Group+(+  module Rebase.Data.Group+)+where++import Rebase.Data.Group
rerebase.cabal view
@@ -1,7 +1,7 @@ name:   rerebase version:-  1.13.1+  1.13.2 synopsis:   Reexports from "base" with a bunch of other standard libraries description:@@ -173,11 +173,14 @@     Data.Functor.Contravariant.Divisible     Data.Functor.Extend     Data.Functor.Identity+    Data.Functor.Invariant+    Data.Functor.Invariant.TH     Data.Functor.Plus     Data.Functor.Product     Data.Functor.Reverse     Data.Functor.Sum     Data.Graph+    Data.Group     Data.Groupoid     Data.Hashable     Data.Hashable.Time@@ -420,4 +423,4 @@   exposed:     False   build-depends:-    rebase ==1.13.1+    rebase ==1.13.2