Cabal revisions of short-vec-lens-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: 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+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 +x-revision: 1 +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.3 + , 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
revision 2
name: short-vec-lens version: 0.1.0.0 -x-revision: 1 +x-revision: 2 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. hs-source-dirs: src build-depends: - base >=4.12 && <4.16 + base >=4.12 && <4.17 , fin-int >=0.1 && <0.3 , indexed-traversable >=0.1 && <0.2 , lens >=4.15 && <5.1
revision 3
name: short-vec-lens version: 0.1.0.0 -x-revision: 2 +x-revision: 3 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> +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 4
name: short-vec-lens version: 0.1.0.0 -x-revision: 3 +x-revision: 4 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 +homepage: https://github.com/awpr/fin-vec#readme +bug-reports: https://github.com/awpr/fin-vec/issues author: Lennart Augustsson <lennart@augustsson.net>, Wren Romano <wrengr@google.com>, Andrew Pritchard <awpritchard@gmail.com> maintainer: Andrew Pritchard <awpritchard@gmail.com> source-repository head type: git - location: https://github.com/google/hs-fin-vec + location: https://github.com/awpr/fin-vec subdir: short-vec-lens library hs-source-dirs: src build-depends: - base >=4.12 && <4.17 + base >=4.12 && <4.19 , fin-int >=0.1 && <0.3 , indexed-traversable >=0.1 && <0.2 - , lens >=4.15 && <5.1 + , lens >=4.15 && <5.3 , short-vec >=0.1 && <0.2 , sint >=0.1 && <0.2 default-language: Haskell2010