name:                 snap-core
version:              1.0.5.1
visibility:           public
id:                   snap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje
key:                  snap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje
license:              BSD-3-Clause
maintainer:           snap@snapframework.com
author:               Snap Framework Authors (see CONTRIBUTORS)
homepage:             http://snapframework.com/
synopsis:             Snap: A Haskell Web Framework (core interfaces and types)
description:
    Snap is a simple and fast web development framework and server written in
    Haskell. For more information or to download the latest version, you can
    visit the Snap project website at <http://snapframework.com/>.

    This library contains the core definitions and types for the Snap framework,
    including:

    1. Primitive types and functions for HTTP (requests, responses, cookies,
    post/query parameters, etc)

    2. A monad for programming web handlers called \"Snap\", which allows:

    * Stateful access to the HTTP request and response objects

    * Monadic failure (i.e. MonadPlus/Alternative instances) for declining
    to handle requests and chaining handlers together

    * Early termination of the computation if you know early what you want
    to return and want to prevent further monadic processing

    /Quick start/: The 'Snap' monad and HTTP definitions are in "Snap.Core".

category:             Web, Snap, IO-Streams
abi:                  356cace143312b958dd3906c52239fe3
exposed:              True
exposed-modules:
    Snap.Core Snap.Internal.Core Snap.Internal.Debug
    Snap.Internal.Http.Types Snap.Internal.Parsing
    Snap.Internal.Util.FileServe Snap.Test Snap.Types.Headers
    Snap.Util.CORS Snap.Util.FileServe Snap.Util.FileUploads
    Snap.Util.GZip Snap.Util.Proxy

hidden-modules:
    Snap.Internal.Instances Snap.Internal.Routing
    Snap.Internal.Test.RequestBuilder Snap.Internal.Test.Assertions
    Snap.Internal.Util.FileUploads

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1
hs-libraries:         HSsnap-core-1.0.5.1-IqfGcQUuZKcA5ZDALcBKje
depends:
    HUnit-1.6.2.0-5rZmlV1W3MZ3xa2h6fNSTv
    attoparsec-0.14.4-K9NSfl6Vabt1mhGYpcAGFx base-4.20.0.0-inplace
    bytestring-0.12.1.0-inplace
    bytestring-builder-0.10.8.2.0-4dh4h6HY5dH6Nq82nEU64Q
    case-insensitive-1.2.1.0-FcBOJwTLcBrEdHrSFt3rYl
    containers-0.7-inplace directory-1.3.8.3-inplace
    filepath-1.5.2.0-inplace hashable-1.5.0.0-93vVlDWTvOTF1kJlBpPOXB
    io-streams-1.5.2.2-3DuJKjlrxs1LITYRK6f5AN
    lifted-base-0.2.3.12-LFa8GLuCWYm3MKJ5bPUI3I
    monad-control-1.0.3.1-GOYX6KvY6Yh2psMKTxTH5L mtl-2.3.1-inplace
    network-3.2.7.0-1Ct3oTmBj2N7AMqmYP2CgU
    network-uri-2.6.4.2-E8LVMJw3xhU27dwpt5eqVZ
    old-locale-1.0.0.7-3V1xGkc9eyYLALo9SPSjlY
    random-1.3.0-23BW6tricnOKWC1NYRlV2o
    readable-0.3.1-4jqlVftIGFMFRJx2d6iXkX
    regex-posix-0.96.0.1-DiPYfrto9zzLMSzIkfSbxT text-2.1.1-inplace
    time-1.12.2-inplace transformers-0.6.1.1-inplace
    transformers-base-0.4.6-3lMhUTO8uKN4hkNEZymX1H
    unix-compat-0.7.3-EFdduD3vEK66MRAIPFdhPn
    unordered-containers-0.2.20-DmA1der3vIe6VwQRGylcdv
    vector-0.13.2.0-IQjxDWDvdFJE3A4jpN00x9

haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1/html/snap-core.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/snap-core-1.0.5.1/html
