rerebase 1.6.1 → 1.7
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~rebasePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: rebase
API changes (from Hackage documentation)
Files
- library/Data/DList/DNonEmpty.hs +7/−0
- rerebase.cabal +3/−2
+ library/Data/DList/DNonEmpty.hs view
@@ -0,0 +1,7 @@+module Data.DList.DNonEmpty+(+ module Rebase.Data.DList.DNonEmpty+)+where++import Rebase.Data.DList.DNonEmpty
rerebase.cabal view
@@ -1,7 +1,7 @@ name: rerebase version:- 1.6.1+ 1.7 synopsis: Reexports from "base" with a bunch of other standard libraries description:@@ -155,6 +155,7 @@ Data.Complex Data.Data Data.DList+ Data.DList.DNonEmpty Data.Dynamic Data.Either Data.Either.Combinators@@ -408,4 +409,4 @@ exposed: False build-depends:- rebase ==1.6.1+ rebase ==1.7