# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       enclosed-exceptions 1.0.1
revision            1
checksums           rmd160  af6d1eedd096355ab0139b64fad39d8a86fa70dd \
                    sha256  ff9b35b2278574002bf4ccf1c2293a7b500edba95382aa8242088a34220c2dce

maintainers         nomaintainer
platforms           darwin
license             MIT

description         Catching all exceptions from within an enclosed computation
long_description    \
    Catching all exceptions raised within an enclosed computation, while \
    remaining responsive to (external) asynchronous exceptions. For more \
    information on the technique, please see: \
    https://www.fpcomplete.com/user/snoyberg/general-haskell/exceptions/catching-all-exceptions.

depends_lib-append  port:hs-async \
                    port:hs-lifted-base \
                    port:hs-monad-control