Skip to content

Commit

Permalink
Merge branch 'change_forkIO'
Browse files Browse the repository at this point in the history
  • Loading branch information
CSchank committed May 6, 2019
2 parents 6157bf8 + 1dd8bfd commit 3bd83dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generate/Plugins.hs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generatePlugins fp extraTypes net ps =
, "import Control.Concurrent.STM (TQueue, atomically, writeTQueue)"
, "import Control.Monad (void)"
, "import Data.Maybe (fromJust)"
, "import Control.Concurrent.Thread (forkIO, result)\n"
, "import Control.Concurrent.Thread (forkIO, result)"
, T.concat $ map (\p -> case p of
Plugin n -> T.concat["import qualified Plugins.",n,"\n"]
PluginGen n _ -> T.concat["import qualified Plugins.",n,"\n"]
Expand Down

0 comments on commit 3bd83dd

Please sign in to comment.