shithub: MicroHs

Download patch

ref: 3f7af2a4f9c9f042294c6e61117cc8fa3b87460a
parent: 653921c9a3819e1b0260f72ef1e2eb44db8a34fc
author: Lennart Augustsson <lennart@augustsson.net>
date: Fri Apr 26 10:49:03 EDT 2024

Add missing export

--- a/lib/Control/Exception.hs
+++ b/lib/Control/Exception.hs
@@ -13,7 +13,7 @@
   
   try,
   throwIO,
---  onException,
+  onException,
   displaySomeException,
   --
   ArithException(..),
--