name:                 reflection
version:              2.1.9
visibility:           public
id:                   reflection-2.1.9-LaIeiJTc87L4Lr2usEWatr
key:                  reflection-2.1.9-LaIeiJTc87L4Lr2usEWatr
license:              BSD-3-Clause
copyright:
    2009-2013 Edward A. Kmett,
    2012 Elliott Hird,
    2004 Oleg Kiselyov and Chung-chieh Shan

maintainer:           Edward A. Kmett <ekmett@gmail.com>
author:
    Edward A. Kmett, Elliott Hird, Oleg Kiselyov and Chung-chieh Shan

stability:            experimental
homepage:             http://github.com/ekmett/reflection
synopsis:
    Reifies arbitrary terms into types that can be reflected back into terms

description:
    This package addresses the /configuration problem/ which is
    propagating configurations that are available at run-time, allowing
    multiple configurations to coexist without resorting to mutable
    global variables or 'System.IO.Unsafe.unsafePerformIO'.

    That package is an implementation of the ideas presented in the
    paper \"Functional Pearl: Implicit Configurations\" by Oleg Kiselyov
    and Chung-chieh Shan (<http://okmij.org/ftp/Haskell/tr-15-04.pdf original paper>).
    However, the API has been streamlined to improve performance.

    There are a handful of tutorials on how to use this library:

    * Austin Seipp's tutorial <https://www.schoolofhaskell.com/user/thoughtpolice/using-reflection Reflecting values to types and back> provides a summary of the
    approach taken by this library, along with more motivating examples.

    * Arnaud Spiwack's tutorial <https://www.tweag.io/posts/2017-12-21-reflection-tutorial.html All about reflection> explains how to use this library.

category:             Data, Reflection, Dependent Types
abi:                  36782f9cdc25fa351aac77d7300f7573
exposed:              True
exposed-modules:      Data.Reflection
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9-LaIeiJTc87L4Lr2usEWatr

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9-LaIeiJTc87L4Lr2usEWatr

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9-LaIeiJTc87L4Lr2usEWatr

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9
hs-libraries:         HSreflection-2.1.9-LaIeiJTc87L4Lr2usEWatr
depends:
    base-4.20.0.0-inplace template-haskell-2.22.0.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9/html/reflection.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/reflection-2.1.9/html
