packages feed

vector 0.10.9.3 → 0.10.10.0

raw patch · 2 files changed

+6/−2 lines, 2 filesnew-uploaderPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Data.Vector: instance Typeable1 Vector
- Data.Vector.Mutable: instance Typeable2 MVector
- Data.Vector.Primitive: instance Typeable1 Vector
- Data.Vector.Primitive.Mutable: instance Typeable2 MVector
- Data.Vector.Storable: instance Typeable1 Vector
- Data.Vector.Storable.Mutable: instance Typeable2 MVector
+ Data.Vector: instance Typeable Vector
+ Data.Vector.Mutable: instance Typeable MVector
+ Data.Vector.Primitive: instance Prim a => IsList (Vector a)
+ Data.Vector.Primitive: instance Typeable Vector
+ Data.Vector.Primitive.Mutable: instance Typeable MVector
+ Data.Vector.Storable: instance Storable a => IsList (Vector a)
+ Data.Vector.Storable: instance Typeable Vector
+ Data.Vector.Storable.Mutable: instance Typeable MVector
+ Data.Vector.Unboxed: instance Unbox e => IsList (Vector e)
- Data.Vector.Generic: dataCast :: (Vector v a, Data a, Typeable1 v, Typeable1 t) => (forall d. Data d => c (t d)) -> Maybe (c (v a))
+ Data.Vector.Generic: dataCast :: (Vector v a, Data a, Typeable v, Typeable t) => (forall d. Data d => c (t d)) -> Maybe (c (v a))

Files

changelog view
@@ -1,4 +1,8 @@-Changes in version 0.10.9.3+Changes in version 0.10.10.0++ * Minor version bump to rectify PVP violation occured in 0.10.9.3 release++Changes in version 0.10.9.3 (deprecated)   * Add support for OverloadedLists in GHC >= 7.8 
vector.cabal view
@@ -1,5 +1,5 @@ Name:           vector-Version:        0.10.9.3+Version:        0.10.10.0 -- don't forget to update the changelog file! License:        BSD3 License-File:   LICENSE