name:                 th-lift
version:              0.8.6
visibility:           public
id:                   th-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2
key:                  th-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2
license:              BSD-3-Clause
copyright:
    © 2006 Ian Lynagh, © 2010-2019 Mathieu Boespflug, © 2019 Ryan Scott

maintainer:           Ryan Scott <ryan.gl.scott@gmail.com>
author:               Ian Lynagh
homepage:             http://github.com/RyanGlScott/th-lift
synopsis:             Derive Template Haskell's Lift class for datatypes.
description:
    Derive Template Haskell's @Lift@ class for datatypes using @TemplateHaskell@.
    The functionality in this package has largely been subsumed by the
    @DeriveLift@ language extension, which is available in GHC 8.0 and later
    versions. As such, this package is only useful as a way to backport bugfixes
    to @DeriveLift@ in later GHC versions back to older GHCs.

    The following libraries are related:

    * The <https://hackage.haskell.org/package/th-orphans th-orphans> package
    provides instances for @template-haskell@ syntax types.

    * The <http://hackage.haskell.org/package/th-lift-instances th-lift-instances>
    package provides @Lift@ instances for types in @base@, @text@,
    @bytestring@, @vector@, etc. Some of these instances are only provided for
    old versions of their respective libraries, as the same @Lift@ instances
    are also present upstream on newer versions.

category:             Language
abi:                  0efe81a8ffcd4d31efbd9e2a197e9729
exposed:              True
exposed-modules:
    Language.Haskell.TH.Lift Language.Haskell.TH.Lift.Internal

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6
hs-libraries:         HSth-lift-0.8.6-HiTn7UGAzk37UiZAQGDUV2
depends:
    base-4.20.0.0-inplace ghc-prim-0.11.0-inplace
    template-haskell-2.22.0.0-inplace
    th-abstraction-0.7.1.0-26pbdb2QUSCHn0B9SqZNC2

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6/html/th-lift.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/th-lift-0.8.6/html
