-- Initial generic-lens-labels.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: generic-lens-labels version: 0.1.0.2 synopsis: GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics description: Provides an orphan GHC.OverloadedLabels.IsLabel instance for lenses from ghc-generics. All effort is taken to play as nicely as possible with other IsLabel instances -- however orphan instances are inherently problematic. Please do not depend on this package from any hackage libraries. category: Generics, Records, Lens, OverloadeLabels copyright: Copyright (C) 2017-2018 Douglas Wilson license: BSD3 license-file: LICENSE author: Douglas Wilson maintainer: douglas.wilson@gmail.com homepage: https://github.com/duog/generic-lens-labels bug-reports: http://github.com/duog/generic-lens-labels/issues build-type: Simple cabal-version: >= 1.10 -- TODO tested-With: GHC == 8.0.2, GHC == 8.2.2 build-type: Simple extra-source-files: ChangeLog.md cabal-version: >=1.10 library exposed-modules: Data.Generics.Labels -- other-modules: -- other-extensions: build-depends: base >=4.9 && <4.11, generic-lens >= 0.3.0 && < 0.5.2 hs-source-dirs: src default-language: Haskell2010