packages feed

asynchronous-exceptions 1.1 → 1.1.0.1

raw patch · 1 files changed

+8/−2 lines, 1 files

Files

asynchronous-exceptions.cabal view
@@ -2,9 +2,15 @@ -- further documentation, see http://haskell.org/cabal/users-guide/  name:                asynchronous-exceptions-version:             1.1+version:             1.1.0.1 synopsis:            Distinguish between synchronous and asynchronous exceptions-description:         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