cabal-version: 2.2 name: vec-lens version: 0.4.1 synopsis: Vec: length-indexed (sized) list: lens support category: Data, Dependent Types, Lens description: This package provides [lenses](https://hackage.haskell.org/package/lens) and instances for data types in [vec](https://hackage.haskell.org/package/vec) package. . "Data.Vec.Lens.Instances" provides all the instances. the other modules provide some named lenses too. homepage: https://github.com/phadej/vec bug-reports: https://github.com/phadej/vec/issues license: BSD-3-Clause license-file: LICENSE author: Oleg Grenrus maintainer: Oleg.Grenrus copyright: (c) 2017-2021 Oleg Grenrus build-type: Simple extra-source-files: ChangeLog.md tested-with: GHC ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 source-repository head type: git location: https://github.com/phadej/vec.git subdir: vec-lens library default-language: Haskell2010 ghc-options: -Wall -fprint-explicit-kinds hs-source-dirs: src exposed-modules: Data.Vec.DataFamily.SpineStrict.Lens Data.Vec.Lazy.Inline.Lens Data.Vec.Lazy.Lens Data.Vec.Lens.Instances Data.Vec.Pull.Lens -- GHC boot libs build-depends: base >=4.12.0.0 && <4.21 -- siblings build-depends: , fin ^>=0.3.1 , vec ^>=0.5.1 -- other dependencies build-depends: lens ^>=5.2.3 || ^>=5.3.2 other-extensions: CPP FlexibleContexts GADTs TypeOperators