import initstatus

This commit is contained in:
Jon Doe 2020-09-14 17:08:28 +02:00 committed by Maciej Bonin
parent 4af4907c32
commit 528de596f2

View File

@ -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