mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-15 05:38:30 +01:00
Disable some under-tested parallelism
This commit is contained in:
parent
b3a5c53a0b
commit
37b35623b7
@ -251,6 +251,8 @@ createView viewName modifyCabal src sink = withSystemTempDirectory "createview"
|
||||
return $ asSet $ singletonSet relfp
|
||||
|
||||
-- FIXME put in conduit-combinators
|
||||
parMapMC _ = mapMC
|
||||
{- FIXME
|
||||
parMapMC :: (MonadIO m, MonadBaseControl IO m)
|
||||
=> Int
|
||||
-> (i -> m o)
|
||||
@ -297,4 +299,4 @@ parMapMC threads f = evalStateC 0 $ do
|
||||
case mx of
|
||||
Nothing -> return $ front []
|
||||
Just x -> go $ front . (x:)
|
||||
|
||||
-}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user