Skip to content

Commit 66ee30f

Browse files
committed
some mvar stuff
1 parent eb600b8 commit 66ee30f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pub/functora/src/prelude/Functora/Prelude.hs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,12 @@ import UnliftIO as X
407407
withRunInIO,
408408
withUnliftIO,
409409
)
410-
import UnliftIO.MVar as X (modifyMVar)
410+
import UnliftIO.MVar as X
411+
( modifyMVar,
412+
modifyMVar_,
413+
readMVar,
414+
withMVar,
415+
)
411416
import qualified Prelude
412417
#if defined(__GHCJS__) || defined(ghcjs_HOST_OS) || defined(wasi_HOST_OS)
413418
import qualified Data.JSString as JS

0 commit comments

Comments
 (0)