name: monad-control
version: 0.3.3.0
id: monad-control-0.3.3.0-d848d5ffd2a63f5b2505bea9333044b1

license: BSD3
copyright: (c) 2011 Bas van Dijk, Anders Kaseorg
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
stability:
homepage: https://github.com/basvandijk/monad-control
package-url:
synopsis: Lift control operations, like exception catching, through monad transformers
description: This package defines the type class @MonadBaseControl@, a subset of
             @MonadBase@ into which generic control operations such as @catch@ can be
             lifted from @IO@ or any other base monad. Instances are based on monad
             transformers in @MonadTransControl@, which includes all standard monad
             transformers in the @transformers@ library except @ContT@.
             .
             See the @lifted-base@ package which uses @monad-control@ to lift @IO@
             operations from the @base@ library (like @catch@ or @bracket@) into any monad
             that is an instance of @MonadBase@ or @MonadBaseControl@.
             .
             Note that this package is a rewrite of Anders Kaseorg's @monad-peel@
             library. The main difference is that this package provides CPS style operators
             and exploits the @RankNTypes@ and @TypeFamilies@ language extensions to
             simplify and speedup most definitions.
category: Control
author: Bas van Dijk, Anders Kaseorg
exposed: True
exposed-modules: Control.Monad.Trans.Control
hidden-modules:
trusted: False
import-dirs: /usr/pkg/lib/monad-control-0.3.3.0/ghc-7.6.3
library-dirs: /usr/pkg/lib/monad-control-0.3.3.0/ghc-7.6.3
hs-libraries: HSmonad-control-0.3.3.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.6.0.1-72d6677eb4ac5df4372f1408c9a3c60d
         transformers-0.4.2.0-9870045befb509c9704298b07f673434
         transformers-base-0.4.3-0cd573fc97005d420b2f33bcc9e5f9a8
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/pkg/share/doc/monad-control-0.3.3.0/html/monad-control.haddock
haddock-html: /usr/pkg/share/doc/monad-control-0.3.3.0/html
