Cabal revisions of vector-0.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: vector-Version: 0.2-License: BSD3-License-File: LICENSE-Author: Roman Leshchinskiy-Maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>-Copyright: (c) Roman Leshchinskiy 2008-Homepage: http://darcs.haskell.org/vector-Category: Data Structures-Synopsis: Efficient Arrays-Description:- .- An efficient implementation of Int-indexed arrays with a powerful- loop fusion framework.- .- This code is highly experimental and for the most part untested. Use- at your own risk!--Cabal-Version: >= 1.2-Build-Type: Simple--Library- Extensions: CPP- Exposed-Modules:- Data.Vector.Fusion.Stream.Size- Data.Vector.Fusion.Stream.Monadic- Data.Vector.Fusion.Stream-- Data.Vector.MVector- Data.Vector.MVector.New- Data.Vector.IVector-- Data.Vector.Unboxed.Unbox- Data.Vector.Unboxed.Mutable- Data.Vector.Unboxed-- Data.Vector.Mutable- Data.Vector- Include-Dirs:- include-- Install-Includes:- phases.h-- Build-Depends: base, array, ghc-prim,- ghc >= 6.9-+Name: vector +Version: 0.2 +x-revision: 1 +License: BSD3 +License-File: LICENSE +Author: Roman Leshchinskiy +Maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au> +Copyright: (c) Roman Leshchinskiy 2008 +Homepage: http://darcs.haskell.org/vector +Category: Data Structures +Synopsis: Efficient Arrays +Description: + . + An efficient implementation of Int-indexed arrays with a powerful + loop fusion framework. + . + This code is highly experimental and for the most part untested. Use + at your own risk! + +Cabal-Version: >= 1.2 +Build-Type: Simple + +Library + Extensions: CPP + Exposed-Modules: + Data.Vector.Fusion.Stream.Size + Data.Vector.Fusion.Stream.Monadic + Data.Vector.Fusion.Stream + + Data.Vector.MVector + Data.Vector.MVector.New + Data.Vector.IVector + + Data.Vector.Unboxed.Unbox + Data.Vector.Unboxed.Mutable + Data.Vector.Unboxed + + Data.Vector.Mutable + Data.Vector + Include-Dirs: + include + + Install-Includes: + phases.h + + Build-Depends: base<4.7, array, ghc-prim, + ghc >= 6.9 +
revision 2
Name: vector Version: 0.2 -x-revision: 1 +x-revision: 2 License: BSD3 License-File: LICENSE Author: Roman Leshchinskiy Install-Includes: phases.h - Build-Depends: base<4.7, array, ghc-prim, - ghc >= 6.9 + Build-Depends: base<4.7, array, ghc-prim < 0.3.1, + ghc >= 6.9 && < 7.7