constructors

This commit is contained in:
Jon Doe 2020-09-14 17:15:56 +02:00 committed by Maciej Bonin
parent 62f9cd155a
commit 87d14aed6e
2 changed files with 2 additions and 2 deletions

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 (atomically, retry)
import Control.Concurrent.STM.TMVar import Control.Concurrent.STM.TMVar
import Control.Concurrent.STM.TChan import Control.Concurrent.STM.TChan

View File

@ -1,4 +1,4 @@
module GypsFulvus.PluginStuff(loadCommsPlugins, Sewage, Manhole, InitStatus) where module GypsFulvus.PluginStuff(loadCommsPlugins, Sewage, Manhole, InitStatus(..)) where
import Control.Monad import Control.Monad
import System.Directory import System.Directory
import System.Plugins.Make import System.Plugins.Make