rerebase 1.3.1.1 → 1.4
raw patch · 5 files changed
+34/−2 lines, 5 filesdep ~rebasePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rebase
API changes (from Hackage documentation)
Files
- library/Control/Selective.hs +7/−0
- library/Control/Selective/Free.hs +7/−0
- library/Control/Selective/Rigid/Free.hs +7/−0
- library/Control/Selective/Rigid/Freer.hs +7/−0
- rerebase.cabal +6/−2
+ library/Control/Selective.hs view
@@ -0,0 +1,7 @@+module Control.Selective+(+ module Rebase.Control.Selective+)+where++import Rebase.Control.Selective
+ library/Control/Selective/Free.hs view
@@ -0,0 +1,7 @@+module Control.Selective.Free+(+ module Rebase.Control.Selective.Free+)+where++import Rebase.Control.Selective.Free
+ library/Control/Selective/Rigid/Free.hs view
@@ -0,0 +1,7 @@+module Control.Selective.Rigid.Free+(+ module Rebase.Control.Selective.Rigid.Free+)+where++import Rebase.Control.Selective.Rigid.Free
+ library/Control/Selective/Rigid/Freer.hs view
@@ -0,0 +1,7 @@+module Control.Selective.Rigid.Freer+(+ module Rebase.Control.Selective.Rigid.Freer+)+where++import Rebase.Control.Selective.Rigid.Freer
rerebase.cabal view
@@ -1,7 +1,7 @@ name: rerebase version:- 1.3.1.1+ 1.4 synopsis: Reexports from "base" with a bunch of other standard libraries description:@@ -111,6 +111,10 @@ Control.Monad.Writer.Lazy Control.Monad.Writer.Strict Control.Monad.Zip+ Control.Selective+ Control.Selective.Free+ Control.Selective.Rigid.Free+ Control.Selective.Rigid.Freer Data.Biapplicative Data.Bifoldable Data.Bifunctor@@ -401,4 +405,4 @@ exposed: False build-depends:- rebase ==1.3.1.1+ rebase ==1.4