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: 2 synopsis: Lenses for the types in the ten package. description: This provides lenses and related functionality for . 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 maintainer: Andrew Pritchard 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