Cabal revisions of fixed-vector-hetero-0.4.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: fixed-vector-hetero-Version: 0.4.0.0-Synopsis: Generic heterogeneous vectors-Description:- Generic heterogeneous vectors--Cabal-Version: >= 1.6-License: BSD3-License-File: LICENSE-Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com>-Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com>-Homepage: http://github.org/Shimuuar/fixed-vector-hetero-Category: Data-Build-Type: Simple-extra-source-files:- ChangeLog.md--source-repository head- type: hg- location: http://bitbucket.org/Shimuuar/fixed-vector-hetero--Library- -- Bigger context stack needed for HVector instances for large- -- tuples- Ghc-options: -Wall -freduction-depth=50- Build-Depends: base >=4.9 && <5- , deepseq- , fixed-vector >= 1.0.0.0- , primitive >= 0.6.2- Exposed-modules: - Data.Vector.HFixed- Data.Vector.HFixed.Class- Data.Vector.HFixed.Cont- Data.Vector.HFixed.HVec- Data.Vector.HFixed.TypeFuns+Name: fixed-vector-hetero +Version: 0.4.0.0 +x-revision: 1 +Synopsis: Generic heterogeneous vectors +Description: + Generic heterogeneous vectors + +Cabal-Version: >= 1.6 +License: BSD3 +License-File: LICENSE +Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com> +Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com> +Homepage: http://github.org/Shimuuar/fixed-vector-hetero +Category: Data +Build-Type: Simple +extra-source-files: + ChangeLog.md + +source-repository head + type: hg + location: http://bitbucket.org/Shimuuar/fixed-vector-hetero + +Library + -- Bigger context stack needed for HVector instances for large + -- tuples + Ghc-options: -Wall -freduction-depth=50 + Build-Depends: base >=4.9 && <4.11 + , deepseq + , fixed-vector >= 1.0.0.0 + , primitive >= 0.6.2 + Exposed-modules: + Data.Vector.HFixed + Data.Vector.HFixed.Class + Data.Vector.HFixed.Cont + Data.Vector.HFixed.HVec + Data.Vector.HFixed.TypeFuns
revision 2
Name: fixed-vector-hetero Version: 0.4.0.0 -x-revision: 1 +x-revision: 2 Synopsis: Generic heterogeneous vectors Description: Generic heterogeneous vectors -Cabal-Version: >= 1.6 +Cabal-Version: >= 1.8 License: BSD3 License-File: LICENSE Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com> Ghc-options: -Wall -freduction-depth=50 Build-Depends: base >=4.9 && <4.11 , deepseq - , fixed-vector >= 1.0.0.0 + , fixed-vector >= 1.0.0.0 && <1.3 , primitive >= 0.6.2 Exposed-modules: Data.Vector.HFixed