From 826a212fa95bf3eb6d0494b8f6eed1d52e4f6156 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 23 Jan 2024 10:24:01 +0000 Subject: [PATCH] PosixString.hsc: expose Fd --- System/Posix/IO/PosixString.hsc | 1 + 1 file changed, 1 insertion(+) diff --git a/System/Posix/IO/PosixString.hsc b/System/Posix/IO/PosixString.hsc index d6d6b009..7a1af505 100644 --- a/System/Posix/IO/PosixString.hsc +++ b/System/Posix/IO/PosixString.hsc @@ -19,6 +19,7 @@ module System.Posix.IO.PosixString ( -- * Input \/ Output + Fd, -- ** Standard file descriptors stdInput, stdOutput, stdError,