rerebase 1.7 → 1.7.1.1
raw patch · 13 files changed
+98/−2 lines, 13 filesdep ~rebasePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rebase
API changes (from Hackage documentation)
Files
- library/Data/Profunctor/Adjunction.hs +7/−0
- library/Data/Profunctor/Cayley.hs +7/−0
- library/Data/Profunctor/Closed.hs +7/−0
- library/Data/Profunctor/Composition.hs +7/−0
- library/Data/Profunctor/Mapping.hs +7/−0
- library/Data/Profunctor/Monad.hs +7/−0
- library/Data/Profunctor/Ran.hs +7/−0
- library/Data/Profunctor/Rep.hs +7/−0
- library/Data/Profunctor/Sieve.hs +7/−0
- library/Data/Profunctor/Traversing.hs +7/−0
- library/Data/Profunctor/Types.hs +7/−0
- library/Data/Profunctor/Yoneda.hs +7/−0
- rerebase.cabal +14/−2
+ library/Data/Profunctor/Adjunction.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Adjunction+(+ module Rebase.Data.Profunctor.Adjunction+)+where++import Rebase.Data.Profunctor.Adjunction
+ library/Data/Profunctor/Cayley.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Cayley+(+ module Rebase.Data.Profunctor.Cayley+)+where++import Rebase.Data.Profunctor.Cayley
+ library/Data/Profunctor/Closed.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Closed+(+ module Rebase.Data.Profunctor.Closed+)+where++import Rebase.Data.Profunctor.Closed
+ library/Data/Profunctor/Composition.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Composition+(+ module Rebase.Data.Profunctor.Composition+)+where++import Rebase.Data.Profunctor.Composition
+ library/Data/Profunctor/Mapping.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Mapping+(+ module Rebase.Data.Profunctor.Mapping+)+where++import Rebase.Data.Profunctor.Mapping
+ library/Data/Profunctor/Monad.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Monad+(+ module Rebase.Data.Profunctor.Monad+)+where++import Rebase.Data.Profunctor.Monad
+ library/Data/Profunctor/Ran.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Ran+(+ module Rebase.Data.Profunctor.Ran+)+where++import Rebase.Data.Profunctor.Ran
+ library/Data/Profunctor/Rep.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Rep+(+ module Rebase.Data.Profunctor.Rep+)+where++import Rebase.Data.Profunctor.Rep
+ library/Data/Profunctor/Sieve.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Sieve+(+ module Rebase.Data.Profunctor.Sieve+)+where++import Rebase.Data.Profunctor.Sieve
+ library/Data/Profunctor/Traversing.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Traversing+(+ module Rebase.Data.Profunctor.Traversing+)+where++import Rebase.Data.Profunctor.Traversing
+ library/Data/Profunctor/Types.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Types+(+ module Rebase.Data.Profunctor.Types+)+where++import Rebase.Data.Profunctor.Types
+ library/Data/Profunctor/Yoneda.hs view
@@ -0,0 +1,7 @@+module Data.Profunctor.Yoneda+(+ module Rebase.Data.Profunctor.Yoneda+)+where++import Rebase.Data.Profunctor.Yoneda
rerebase.cabal view
@@ -1,7 +1,7 @@ name: rerebase version:- 1.7+ 1.7.1.1 synopsis: Reexports from "base" with a bunch of other standard libraries description:@@ -207,9 +207,21 @@ Data.Monoid Data.Ord Data.Profunctor+ Data.Profunctor.Adjunction+ Data.Profunctor.Cayley Data.Profunctor.Choice+ Data.Profunctor.Closed+ Data.Profunctor.Composition+ Data.Profunctor.Mapping+ Data.Profunctor.Monad+ Data.Profunctor.Ran+ Data.Profunctor.Rep+ Data.Profunctor.Sieve Data.Profunctor.Strong+ Data.Profunctor.Traversing+ Data.Profunctor.Types Data.Profunctor.Unsafe+ Data.Profunctor.Yoneda Data.Proxy Data.Ratio Data.Scientific@@ -409,4 +421,4 @@ exposed: False build-depends:- rebase ==1.7+ rebase ==1.7.1.1