packages feed

short-vec-lens-0.1.0.0: short-vec-lens.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: a380c2552ac4d82ca6fcee0f4be9e2fd05dd6bf641c63e17fd4424af321992af

name:           short-vec-lens
version:        0.1.0.0
synopsis:       Lenses and related functionality for the `short-vec` package.
description:    This provides various 'Lens'es, 'Iso's, etc. for 'Vec's, including slicing,
                reshaping, transposition, concatenation, and more.
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>

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-lens

library
  exposed-modules:
      Data.Vec.Short.Lens
  other-modules:
      Paths_short_vec_lens
  hs-source-dirs:
      src
  build-depends:
      base >=4.12 && <4.16
    , fin-int >=0.1 && <0.2
    , indexed-traversable >=0.1 && <0.2
    , lens >=4.15 && <5.1
    , short-vec >=0.1 && <0.2
    , sint >=0.1 && <0.2
  default-language: Haskell2010