shithub: MicroHs

Download patch

ref: e5d491d90e11b4c4aaa496767b7e93b1961bcb90
parent: 1992c9c6d3b16b6abc4d8a2ec2f32dade98b8c70
author: Lennart Augustsson <lennart@augustsson.net>
date: Wed Sep 25 15:31:07 EDT 2024

Export more

--- a/lib/System/IO/Error.hs
+++ b/lib/System/IO/Error.hs
@@ -1,4 +1,5 @@
 module System.IO.Error (
+    IOException,
 
     -- * I\/O errors
     IOError,
--