name:                 hint
version:              0.9.0.8
visibility:           public
id:                   hint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF
key:                  hint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF
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:                  c9ffbc2b287ee25b6e908221c9141852
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.10.1/hint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/hint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/hint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/hint-0.9.0.8
hs-libraries:         HShint-0.9.0.8-Hohj2FP0nOxBJGqwqZpDrF
depends:
    base-4.20.0.0-inplace containers-0.7-inplace
    directory-1.3.8.3-inplace exceptions-0.10.7-inplace
    filepath-1.5.2.0-inplace ghc-9.10.1-inplace ghc-boot-9.10.1-inplace
    ghc-paths-0.1.0.12-JZ4rFxRuKEc7Qtslu3Gp9x
    random-1.3.0-23BW6tricnOKWC1NYRlV2o
    temporary-1.3-EBFu3yP3O207y4rLlHfnji transformers-0.6.1.1-inplace
    unix-2.8.5.1-inplace

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

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