packages feed

vector 0.10.12.0 → 0.10.12.1

raw patch · 3 files changed

+7/−1 lines, 3 filesdep ~base

Dependency ranges changed: base

Files

Data/Vector/Fusion/Util.hs view
@@ -16,6 +16,8 @@   delay_inline, delayed_min ) where +import Control.Applicative+ -- | Identity monad newtype Id a = Id { unId :: a } 
changelog view
@@ -1,3 +1,7 @@+Changes in version 0.10.12.1++ * Fixed compilation on non-head GHCs+ Changes in version 0.10.12.0   * Export MVector constructor from Data.Vector.Primitive to match Vector's
vector.cabal view
@@ -1,5 +1,5 @@ Name:           vector-Version:        0.10.12.0+Version:        0.10.12.1 -- don't forget to update the changelog file! License:        BSD3 License-File:   LICENSE