diff options
Diffstat (limited to 'haskell/haskell-enclosed-exceptions/README')
-rw-r--r-- | haskell/haskell-enclosed-exceptions/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-enclosed-exceptions/README b/haskell/haskell-enclosed-exceptions/README new file mode 100644 index 0000000000..5479def591 --- /dev/null +++ b/haskell/haskell-enclosed-exceptions/README @@ -0,0 +1,5 @@ +Catching all exceptions raised within an enclosed computation, while +remaining responsive to (external) asynchronous exceptions. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |