-- Initial asynchronous-exceptions.cabal generated by cabal init. For -- further documentation, see http://haskell.org/cabal/users-guide/ name: asynchronous-exceptions version: 1.0 synopsis: Distinguish between synchronous and asynchronous exceptions description: Distinguish between synchronous and asynchronous 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.6 && <4.7 -- hs-source-dirs: default-language: Haskell2010