let the sau raus

This commit is contained in:
Jon Doe
2020-09-18 22:22:43 +02:00
committed by Maciej Bonin
parent a2586e865a
commit 3a6a218a83
2 changed files with 51 additions and 3 deletions

View File

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