Merge pull request #65 from odanoburu/travis-new

(travis) refactor travis CI
This commit is contained in:
John J. Camilleri
2018-11-07 10:11:20 +01:00
committed by GitHub
2 changed files with 19 additions and 8 deletions

View File

@@ -394,7 +394,7 @@ execute command args = do
-- | For parallel RGL module compilation
-- Unfortunately, this has no effect unless compiled with -threaded
parallel_ :: (Foldable t, Monad m) => t (m a) -> m ()
--parallel_ :: (Foldable t, Monad m) => t (m a) -> m ()
parallel_ ms = sequence_ ms
-- do c <- newChan
-- ts <- sequence [ forkIO (m >> writeChan c ()) | m <- ms]