From 528de596f21dee789ccbbf4d2b6d9fc96b4cd9b9 Mon Sep 17 00:00:00 2001 From: Jon Doe Date: Mon, 14 Sep 2020 17:08:28 +0200 Subject: [PATCH] import initstatus --- src/GypsFulvus.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GypsFulvus.hs b/src/GypsFulvus.hs index 2c7c34b..1e15058 100644 --- a/src/GypsFulvus.hs +++ b/src/GypsFulvus.hs @@ -1,4 +1,4 @@ -module GypsFulvus(execMain, Manhole, Sewage) where +module GypsFulvus(execMain, Manhole, Sewage, Initstatus) where import Control.Concurrent.STM (atomically, retry) import Control.Concurrent.STM.TMVar import Control.Concurrent.STM.TChan