Cabal revisions of ten-lens-0.1.0.1
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: e024de824701cfc2afafebd3ef1061a0d8bc6af609120cac9bb2db8e3b0d8ce2--name: ten-lens-version: 0.1.0.1-synopsis: Lenses for the types in the ten package.-description: This provides lenses and related functionality for- <https://hackage.haskell.org/package/ten ten>. It's in a separate package to- reduce the dependency weight of @ten@ itself.-category: Data-homepage: https://github.com/google/hs-ten#readme-bug-reports: https://github.com/google/hs-ten/issues-author: 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-ten- subdir: ten-lens--library- exposed-modules:- Data.Ten.Lens- other-modules:- Paths_ten_lens- hs-source-dirs:- src- build-depends:- base >=4.12 && <4.16- , lens >=1.5 && <5.1- , profunctors >=0.1 && <5.7- , some >=1.0 && <1.1- , ten >=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: e024de824701cfc2afafebd3ef1061a0d8bc6af609120cac9bb2db8e3b0d8ce2 + +name: ten-lens +version: 0.1.0.1 +x-revision: 1 +synopsis: Lenses for the types in the ten package. +description: This provides lenses and related functionality for + <https://hackage.haskell.org/package/ten ten>. It's in a separate package to + reduce the dependency weight of @ten@ itself. +category: Data +homepage: https://github.com/google/hs-ten#readme +bug-reports: https://github.com/google/hs-ten/issues +author: 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-ten + subdir: ten-lens + +library + exposed-modules: + Data.Ten.Lens + other-modules: + Paths_ten_lens + hs-source-dirs: + src + build-depends: + base >=4.12 && <4.17 + , lens >=1.5 && <5.1 + , profunctors >=0.1 && <5.7 + , some >=1.0 && <1.1 + , ten >=0.1 && <0.2 + default-language: Haskell2010
revision 2
name: ten-lens version: 0.1.0.1 -x-revision: 1 +x-revision: 2 synopsis: Lenses for the types in the ten package. description: This provides lenses and related functionality for <https://hackage.haskell.org/package/ten ten>. It's in a separate package to category: Data homepage: https://github.com/google/hs-ten#readme bug-reports: https://github.com/google/hs-ten/issues -author: Andrew Pritchard <awpr@google.com> -maintainer: Andrew Pritchard <awpr@google.com> +author: Andrew Pritchard <awpritchard@gmail.com> +maintainer: Andrew Pritchard <awpritchard@gmail.com> copyright: 2018-2021 Google LLC license: Apache-2.0 license-file: LICENSE