Cabal revisions of vec-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: vec version: 0.1+x-revision: 1 synopsis: Vec: length-indexed (sized) list description: This package provides length-indexed (sized) lists, also known as vectors. build-depends: adjunctions >=4.4 && <4.5, base >=4.7 && <4.12,- base-compat >=0.9.3 && <0.10,+ base-compat >=0.9.3 && <0.11, deepseq >=1.3.0.2 && <1.5, distributive >=0.5.3 && <0.6, fin >=0.0.1 && <0.1,
revision 2
name: vec version: 0.1-x-revision: 1+x-revision: 2 synopsis: Vec: length-indexed (sized) list description: This package provides length-indexed (sized) lists, also known as vectors. base >=4.7 && <4.12, base-compat >=0.9.3 && <0.11, deepseq >=1.3.0.2 && <1.5,- distributive >=0.5.3 && <0.6,+ distributive >=0.5.3 && <0.7, fin >=0.0.1 && <0.1, hashable >=1.2.7.0 && <1.3,- lens >=4.16 && <4.17,- semigroupoids >=5.2.2 && <5.3+ lens >=4.16 && <4.18,+ semigroupoids >=5.2.2 && <5.4 if !impl(ghc >= 8.0) build-depends:- semigroups >=0.18.4 && <0.18.5+ semigroups >=0.18.4 && <0.18.6 ghc-options: -Wall -fprint-explicit-kinds hs-source-dirs: src fin, vec, vector,- criterion >= 1.4.0.0 && <1.5+ criterion >= 1.4.0.0 && <1.6
revision 3
+cabal-version: >=1.10 name: vec version: 0.1-x-revision: 2+x-revision: 3+ synopsis: Vec: length-indexed (sized) list+category: Data description: This package provides length-indexed (sized) lists, also known as vectors. . author: Oleg Grenrus <oleg.grenrus@iki.fi> maintainer: Oleg.Grenrus <oleg.grenrus@iki.fi> copyright: (c) 2017 Oleg Grenrus-category: Data build-type: Simple extra-source-files: ChangeLog.md-cabal-version: >=1.10 tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2,- GHC==8.4.1+ GHC==8.4.3,+ GHC==8.6.1 source-repository head type: git Data.Vec.Pull build-depends: adjunctions >=4.4 && <4.5,- base >=4.7 && <4.12,+ base >=4.7 && <4.13, base-compat >=0.9.3 && <0.11, deepseq >=1.3.0.2 && <1.5, distributive >=0.5.3 && <0.7, fin, vec, tagged,- inspection-testing >= 0.2.0.1 && <0.3+ inspection-testing >= 0.2.0.1 && <0.4 if !impl(ghc >= 8.0) buildable: False