name:                 hint
version:              0.9.0.8
visibility:           public
id:                   hint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC
key:                  hint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC
license:              BSD-3-Clause
maintainer:           "Samuel Gélineau" <gelisam@gmail.com>
author:               The Hint Authors
homepage:             https://github.com/haskell-hint/hint
synopsis:             A Haskell interpreter built on top of the GHC API
description:
    This library defines an Interpreter monad. It allows to load Haskell
    modules, browse them, type-check and evaluate strings with Haskell
    expressions and even coerce them into values. The library is thread-safe
    and type-safe (even the coercion of expressions to values).
    It is, essentially, a huge subset of the GHC API wrapped in a simpler
    API.

category:             Language, Compilers/Interpreters
abi:                  321cbadcdde8db833b7ad93c64a2a172
exposed:              True
exposed-modules:
    Hint.Internal Language.Haskell.Interpreter
    Language.Haskell.Interpreter.Extension
    Language.Haskell.Interpreter.Unsafe

hidden-modules:
    Hint.GHC Hint.Base Hint.InterpreterT Hint.CompatPlatform
    Hint.Configuration Hint.Extension Hint.Context Hint.Conversions
    Hint.Eval Hint.Parsers Hint.Reflection Hint.Typecheck Hint.Util
    Hint.Annotations Control.Monad.Ghc

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.8.2
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8
hs-libraries:         HShint-0.9.0.8-G0XlW2x84PuECAjRa5C1iC
depends:
    base-4.19.1.0-inplace containers-0.6.8-inplace
    directory-1.3.8.1-inplace exceptions-0.10.7-inplace
    filepath-1.4.200.1-inplace ghc-9.8.2-inplace ghc-boot-9.8.2-inplace
    ghc-paths-0.1.0.12-3oVQD4uIMboIDIJdNampsD
    random-1.2.1.2-AnlDmaF5WL346hMm1YccNe
    temporary-1.3-G5zkEvVlP3C5RKSlqw6h6v transformers-0.6.1.0-inplace
    unix-2.8.4.0-inplace

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8/html/hint.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.8.2/hint-0.9.0.8/html
