Cabal revisions of vector-0.10.9.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: vector Version: 0.10.9.0+x-revision: 1 License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy <rl@cse.unsw.edu.au> . Changes in version 0.10 .- * @NFData@ instances- .- * More efficient block fills- .- * Safe Haskell support removed- .+ * @NFData@ instances+ .+ * More efficient block fills+ .+ * Safe Haskell support removed+ . Cabal-Version: >= 1.6 Build-Type: Simple Library+ -- Large violation of PVP: major break with introduction of+ -- Data.Vector.Fusion.Bundle module.+ -- Subsequent patch release reverted that (uploaded 3 days after),+ -- that's why normal cabal usage never really run into this version.+ Build-Depends: base <0+ Extensions: CPP, DeriveDataTypeable Exposed-Modules: Data.Vector.Internal.Check