name:                 managed
version:              1.0.10
visibility:           public
id:                   managed-1.0.10-K3UefhpdHJlK3i6z68Bqv8
key:                  managed-1.0.10-K3UefhpdHJlK3i6z68Bqv8
license:              BSD-3-Clause
copyright:            2014 Gabriella Gonzalez
maintainer:           GenuineGabriella@gmail.com
author:               Gabriella Gonzalez
synopsis:             A monad for managed values
description:
    In Haskell you very often acquire values using the @with...@
    idiom using functions of type @(a -> IO r) -> IO r@.  This idiom forms a
    @Monad@, which is a special case of the @ContT@ monad (from @transformers@) or
    the @Codensity@ monad (from @kan-extensions@).  The main purpose behind this
    package is to provide a restricted form of these monads specialized to this
    unusually common case.

    The reason this package defines a specialized version of these types is to:

    * be more beginner-friendly,

    * simplify inferred types and error messages, and:

    * provide some additional type class instances that would otherwise be orphan
    instances

category:             Control
abi:                  7fba1f0de2d923d90f5311cfc952b83a
exposed:              True
exposed-modules:      Control.Monad.Managed Control.Monad.Managed.Safe
import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/managed-1.0.10-K3UefhpdHJlK3i6z68Bqv8

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/managed-1.0.10-K3UefhpdHJlK3i6z68Bqv8

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/managed-1.0.10-K3UefhpdHJlK3i6z68Bqv8

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:             /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/managed-1.0.10
hs-libraries:         HSmanaged-1.0.10-K3UefhpdHJlK3i6z68Bqv8
depends:              base-4.20.0.0-inplace transformers-0.6.1.1-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/managed-1.0.10/html/managed.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/managed-1.0.10/html
