Cabal revisions of short-vec-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: 1.12---- This file has been generated from package.yaml by hpack version 0.33.0.------ see: https://github.com/sol/hpack------ hash: d250fd4c14d88f72bb1abb89d02d30c1f6f6cbcbab3b4edfb356e404089e770e--name: short-vec-version: 0.1.0.0-synopsis: A length-indexed vector type build on 'SmallArray#'-description: This provides performant length-indexed vectors with a suite of rewrite rules- implementing fusion of intermediate structures, so that expressions involving- many operations can usually be compiled to a single pass of computing and- writing each index of the final 'Vec'.-category: Data-homepage: https://github.com/google/hs-fin-vec#readme-bug-reports: https://github.com/google/hs-fin-vec/issues-author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano, Andrew Pritchard <awpr@google.com>--maintainer: Andrew Pritchard <awpr@google.com>-copyright: 2018-2021 Google LLC-license: Apache-2.0-license-file: LICENSE-build-type: Simple-extra-source-files:- CHANGELOG.md--source-repository head- type: git- location: https://github.com/google/hs-fin-vec- subdir: short-vec--library- exposed-modules:- Data.Vec.Short- Data.Vec.Short.Explicit- Data.Vec.Short.Internal- other-modules:- Paths_short_vec- hs-source-dirs:- src- build-depends:- QuickCheck >=2.5 && <2.15- , adjunctions >=4.4 && <4.5- , base >=4.12 && <4.16- , data-default-class >=0.0 && <0.2- , deepseq >=1.1 && <1.5- , distributive >=0.1 && <0.7- , fin-int >=0.1 && <0.2- , indexed-traversable >=0.1 && <0.2- , integer-gmp >=0.5 && <1.2- , portray >=0.1 && <0.2- , portray-diff >=0.1 && <0.2- , semigroupoids >=1.0 && <5.4- , sint >=0.1 && <0.2- default-language: Haskell2010--test-suite Vec-test- type: exitcode-stdio-1.0- main-is: Tests.hs- hs-source-dirs:- test- build-depends:- HUnit- , QuickCheck >=2.4.0.1- , adjunctions >=4.4 && <4.5- , base- , data-default-class >=0.0 && <0.2- , deepseq >=1.1 && <1.5- , distributive >=0.1 && <0.7- , fin-int >=0.1 && <0.2- , indexed-traversable >=0.1 && <0.2- , integer-gmp >=0.5 && <1.2- , portray >=0.1 && <0.2- , portray-diff >=0.1 && <0.2- , semigroupoids >=1.0 && <5.4- , short-vec- , sint >=0.1 && <0.2- , test-framework >=0.3.3- , test-framework-hunit- , test-framework-quickcheck2- default-language: Haskell2010--benchmark Vec-benchmark- type: exitcode-stdio-1.0- main-is: Benchmark.hs- hs-source-dirs:- test- build-depends:- QuickCheck >=2.5 && <2.15- , adjunctions >=4.4 && <4.5- , base >=4.12 && <4.16- , data-default-class >=0.0 && <0.2- , deepseq- , distributive >=0.1 && <0.7- , fin-int- , gauge- , indexed-traversable >=0.1 && <0.2- , integer-gmp >=0.5 && <1.2- , portray >=0.1 && <0.2- , portray-diff >=0.1 && <0.2- , semigroupoids >=1.0 && <5.4- , short-vec- , sint >=0.1 && <0.2- default-language: Haskell2010+cabal-version: 1.12 + +-- This file has been generated from package.yaml by hpack version 0.33.0. +-- +-- see: https://github.com/sol/hpack +-- +-- hash: d250fd4c14d88f72bb1abb89d02d30c1f6f6cbcbab3b4edfb356e404089e770e + +name: short-vec +version: 0.1.0.0 +x-revision: 1 +synopsis: A length-indexed vector type build on 'SmallArray#' +description: This provides performant length-indexed vectors with a suite of rewrite rules + implementing fusion of intermediate structures, so that expressions involving + many operations can usually be compiled to a single pass of computing and + writing each index of the final 'Vec'. +category: Data +homepage: https://github.com/google/hs-fin-vec#readme +bug-reports: https://github.com/google/hs-fin-vec/issues +author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano, Andrew Pritchard <awpr@google.com> + +maintainer: Andrew Pritchard <awpr@google.com> +copyright: 2018-2021 Google LLC +license: Apache-2.0 +license-file: LICENSE +build-type: Simple +extra-source-files: + CHANGELOG.md + +source-repository head + type: git + location: https://github.com/google/hs-fin-vec + subdir: short-vec + +library + exposed-modules: + Data.Vec.Short + Data.Vec.Short.Explicit + Data.Vec.Short.Internal + other-modules: + Paths_short_vec + hs-source-dirs: + src + build-depends: + QuickCheck >=2.5 && <2.15 + , adjunctions >=4.4 && <4.5 + , base >=4.12 && <4.16 + , data-default-class >=0.0 && <0.2 + , deepseq >=1.1 && <1.5 + , distributive >=0.1 && <0.7 + , fin-int >=0.1 && <0.2 + , indexed-traversable >=0.1 && <0.2 + , integer-gmp >=0.5 && <1.2 + , portray >=0.1 && <0.3 + , portray-diff >=0.1 && <0.2 + , semigroupoids >=1.0 && <5.4 + , sint >=0.1 && <0.2 + default-language: Haskell2010 + +test-suite Vec-test + type: exitcode-stdio-1.0 + main-is: Tests.hs + hs-source-dirs: + test + build-depends: + HUnit + , QuickCheck >=2.4.0.1 + , adjunctions >=4.4 && <4.5 + , base + , data-default-class >=0.0 && <0.2 + , deepseq >=1.1 && <1.5 + , distributive >=0.1 && <0.7 + , fin-int >=0.1 && <0.2 + , indexed-traversable >=0.1 && <0.2 + , integer-gmp >=0.5 && <1.2 + , portray >=0.1 && <0.2 + , portray-diff >=0.1 && <0.2 + , semigroupoids >=1.0 && <5.4 + , short-vec + , sint >=0.1 && <0.2 + , test-framework >=0.3.3 + , test-framework-hunit + , test-framework-quickcheck2 + default-language: Haskell2010 + +benchmark Vec-benchmark + type: exitcode-stdio-1.0 + main-is: Benchmark.hs + hs-source-dirs: + test + build-depends: + QuickCheck >=2.5 && <2.15 + , adjunctions >=4.4 && <4.5 + , base >=4.12 && <4.16 + , data-default-class >=0.0 && <0.2 + , deepseq + , distributive >=0.1 && <0.7 + , fin-int + , gauge + , indexed-traversable >=0.1 && <0.2 + , integer-gmp >=0.5 && <1.2 + , portray >=0.1 && <0.2 + , portray-diff >=0.1 && <0.2 + , semigroupoids >=1.0 && <5.4 + , short-vec + , sint >=0.1 && <0.2 + default-language: Haskell2010
revision 2
name: short-vec version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: A length-indexed vector type build on 'SmallArray#' description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving , fin-int >=0.1 && <0.2 , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 - , portray >=0.1 && <0.2 + , portray >=0.1 && <0.3 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec , gauge , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 - , portray >=0.1 && <0.2 + , portray >=0.1 && <0.3 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec
revision 3
name: short-vec version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: A length-indexed vector type build on 'SmallArray#' description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving category: Data homepage: https://github.com/google/hs-fin-vec#readme bug-reports: https://github.com/google/hs-fin-vec/issues -author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano, Andrew Pritchard <awpr@google.com> +author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano <wrengr@google.com>, Andrew Pritchard <awpr@google.com> maintainer: Andrew Pritchard <awpr@google.com> copyright: 2018-2021 Google LLC , data-default-class >=0.0 && <0.2 , deepseq >=1.1 && <1.5 , distributive >=0.1 && <0.7 - , fin-int >=0.1 && <0.2 + , fin-int >=0.1 && <0.3 , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 , portray >=0.1 && <0.3
revision 4
name: short-vec version: 0.1.0.0 -x-revision: 3 -synopsis: A length-indexed vector type build on 'SmallArray#' +x-revision: 4 +synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving many operations can usually be compiled to a single pass of computing and
revision 5
name: short-vec version: 0.1.0.0 -x-revision: 4 +x-revision: 5 synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving , portray >=0.1 && <0.3 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 - , sint >=0.1 && <0.2 + , sint >=0.1 && <0.3 default-language: Haskell2010 test-suite Vec-test , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec - , sint >=0.1 && <0.2 + , sint >=0.1 && <0.3 , test-framework >=0.3.3 , test-framework-hunit , test-framework-quickcheck2 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec - , sint >=0.1 && <0.2 + , sint >=0.1 && <0.3 default-language: Haskell2010
revision 6
name: short-vec version: 0.1.0.0 -x-revision: 5 +x-revision: 6 synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving build-depends: QuickCheck >=2.5 && <2.15 , adjunctions >=4.4 && <4.5 - , base >=4.12 && <4.16 + , base >=4.12 && <4.17 , data-default-class >=0.0 && <0.2 , deepseq >=1.1 && <1.5 , distributive >=0.1 && <0.7 build-depends: QuickCheck >=2.5 && <2.15 , adjunctions >=4.4 && <4.5 - , base >=4.12 && <4.16 + , base >=4.12 && <4.17 , data-default-class >=0.0 && <0.2 , deepseq , distributive >=0.1 && <0.7
revision 7
name: short-vec version: 0.1.0.0 -x-revision: 6 +x-revision: 7 synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving category: Data homepage: https://github.com/google/hs-fin-vec#readme bug-reports: https://github.com/google/hs-fin-vec/issues -author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano <wrengr@google.com>, Andrew Pritchard <awpr@google.com> +author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano <wrengr@google.com>, Andrew Pritchard <awpritchard@gmail.com> -maintainer: Andrew Pritchard <awpr@google.com> +maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2018-2021 Google LLC license: Apache-2.0 license-file: LICENSE
revision 8
name: short-vec version: 0.1.0.0 -x-revision: 7 +x-revision: 8 synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving , fin-int >=0.1 && <0.3 , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 - , portray >=0.1 && <0.3 + , portray >=0.1 && <0.4 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , sint >=0.1 && <0.3 , fin-int >=0.1 && <0.2 , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 - , portray >=0.1 && <0.3 + , portray >=0.1 && <0.4 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec , gauge , indexed-traversable >=0.1 && <0.2 , integer-gmp >=0.5 && <1.2 - , portray >=0.1 && <0.3 + , portray >=0.1 && <0.4 , portray-diff >=0.1 && <0.2 , semigroupoids >=1.0 && <5.4 , short-vec
revision 9
name: short-vec version: 0.1.0.0 -x-revision: 8 +x-revision: 9 synopsis: Length-indexed vectors using SmallArray# description: This provides performant length-indexed vectors with a suite of rewrite rules implementing fusion of intermediate structures, so that expressions involving build-depends: QuickCheck >=2.5 && <2.15 , adjunctions >=4.4 && <4.5 - , base >=4.12 && <4.17 + , base >=4.12 && <4.16 , data-default-class >=0.0 && <0.2 , deepseq >=1.1 && <1.5 , distributive >=0.1 && <0.7