add pipe for plugins

This commit is contained in:
Jon Doe
2020-09-14 15:46:45 +02:00
committed by Maciej Bonin
parent aea2f79138
commit b939d9665d
2 changed files with 12 additions and 7 deletions

View File

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