packages feed

short-vec-0.1.0.0: short-vec.cabal

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