export InitStatus

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

View File

@ -1,4 +1,4 @@
module GypsFulvus(execMain, Manhole, Sewage, Initstatus) where
module GypsFulvus(execMain, Manhole, Sewage, InitStatus) where
import Control.Concurrent.STM (atomically, retry)
import Control.Concurrent.STM.TMVar
import Control.Concurrent.STM.TChan