-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: e53f8c044632779500255ae27a9bb17817d13a8d78b69828bd0f0a8af605ead0

name:           lens-labels
version:        0.3.0.1
synopsis:       Integration of lenses with OverloadedLabels.
description:    Provides a framework to integrate lenses with GHC's OverloadedLabels extension.
category:       Data
homepage:       https://github.com/google/proto-lens#readme
bug-reports:    https://github.com/google/proto-lens/issues
author:         Judah Jacobson
maintainer:     proto-lens@googlegroups.com
copyright:      Google Inc.
license:        BSD3
license-file:   LICENSE
build-type:     Simple
cabal-version:  >= 1.10
extra-source-files:
    Changelog.md

source-repository head
  type: git
  location: https://github.com/google/proto-lens
  subdir: lens-labels

library
  exposed-modules:
      Lens.Labels
      Lens.Labels.Unwrapped
      Lens.Labels.Prism
  other-modules:
      Paths_lens_labels
  hs-source-dirs:
      src
  build-depends:
      base >=4.9 && <4.13
    , ghc-prim >=0.4 && <0.6
    , profunctors >=5.2
    , tagged >=0.8
  default-language: Haskell2010