-- Initial asynchronous-exceptions.cabal generated by cabal init. For
-- further documentation, see http://haskell.org/cabal/users-guide/
name: asynchronous-exceptions
version: 1.1.0.1
synopsis: Distinguish between synchronous and asynchronous exceptions
description:
This packages serves two purposes:
.
* provide compatibility with older `base` versions (prior to 4.7) that
lack the `SomeAsyncException` type
.
* define convenient functions for catching only synchronous exceptions
homepage: https://github.com/feuerbach/asynchronous-exceptions
license: MIT
license-file: LICENSE
author: Roman Cheplyaka
maintainer: roma@ro-che.info
-- copyright:
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Exception.Async
-- other-modules:
other-extensions: DeriveDataTypeable, ExistentialQuantification
build-depends: base >= 4 && < 4.8
-- hs-source-dirs:
default-language: Haskell2010