name:                 generic-lens-core
version:              2.2.1.0
visibility:           public
id:                   generic-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY
key:                  generic-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY
license:              BSD-3-Clause
maintainer:           kiss.csongor.kiss@gmail.com
author:               Csongor Kiss
homepage:             https://github.com/kcsongor/generic-lens
synopsis:             Generically derive traversals, lenses and prisms.
description:
    This library uses GHC.Generics to derive efficient optics (traversals, lenses and prisms) for algebraic data types in a type-directed way, with a focus on good type inference and error messages when possible.

    This package is the shared internal logic of the
    @<https://hackage.haskell.org/package/generic-lens generic-lens>@
    and
    @<https://hackage.haskell.org/package/generic-optics generic-optics>@
    libraries.

category:             Generics, Records, Lens
abi:                  dab1d3fbd8b0adc7bcd1c3cdbfa24d88
exposed:              True
exposed-modules:
    Data.GenericLens.Internal Data.Generics.Internal.Errors
    Data.Generics.Internal.Families
    Data.Generics.Internal.Families.Changing
    Data.Generics.Internal.Families.Collect
    Data.Generics.Internal.Families.Has Data.Generics.Internal.GenericN
    Data.Generics.Internal.Profunctor.Iso
    Data.Generics.Internal.Profunctor.Lens
    Data.Generics.Internal.Profunctor.Prism
    Data.Generics.Internal.VL.Traversal Data.Generics.Internal.Void
    Data.Generics.Internal.Wrapped
    Data.Generics.Product.Internal.Fields
    Data.Generics.Product.Internal.GLens
    Data.Generics.Product.Internal.HList
    Data.Generics.Product.Internal.Param
    Data.Generics.Product.Internal.Positions
    Data.Generics.Product.Internal.Subtype
    Data.Generics.Product.Internal.Typed
    Data.Generics.Product.Internal.Types
    Data.Generics.Sum.Internal.Constructors
    Data.Generics.Sum.Internal.Subtype Data.Generics.Sum.Internal.Typed

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0

hs-libraries:         HSgeneric-lens-core-2.2.1.0-DOJ0UFdwFPQFlKssFYluBY
depends:
    base-4.20.0.0-inplace
    indexed-profunctors-0.1.1.1-G4wIMaomYnl7DJ28zTJ6wt
    text-2.1.1-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0/html/generic-lens-core.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/generic-lens-core-2.2.1.0/html
