rerebase 1.8 → 1.9
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~rebase
Dependency ranges changed: rebase
Files
- library/Data/Vector/Instances.hs +7/−0
- rerebase.cabal +3/−2
+ library/Data/Vector/Instances.hs view
@@ -0,0 +1,7 @@+module Data.Vector.Instances+(+ module Rebase.Data.Vector.Instances+)+where++import Rebase.Data.Vector.Instances
rerebase.cabal view
@@ -1,7 +1,7 @@ name: rerebase version:- 1.8+ 1.9 synopsis: Reexports from "base" with a bunch of other standard libraries description:@@ -289,6 +289,7 @@ Data.Vector.Generic.Base Data.Vector.Generic.Mutable Data.Vector.Generic.New+ Data.Vector.Instances Data.Vector.Internal.Check Data.Vector.Mutable Data.Vector.Primitive@@ -424,4 +425,4 @@ exposed: False build-depends:- rebase ==1.8+ rebase ==1.9