shithub: MicroHs

Download patch

ref: c3220c79a4a56b77e4e2b46d0729909f01ca15cd
parent: 7f3da47a8e1a1e6c6f9d63946ad84ed589310a17
author: Lennart Augustsson <lennart@augustsson.net>
date: Tue Jan 14 05:49:09 EST 2025

Export IOException

--- a/lib/System/IO.hs
+++ b/lib/System/IO.hs
@@ -28,6 +28,8 @@
   BufferMode(..),
   hSetBuffering,
 
+  IOException(..),
+
   ) where
 import Prelude()              -- do not import Prelude
 import Primitives