remove unnecessary liftIO
This commit is contained in:
parent
570e93abfd
commit
70dbe61fc2
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ catObjectStream repo a = withCatFileStream False repo go
|
||||||
(hClose hin)
|
(hClose hin)
|
||||||
(catObjectReader readObjectContent c hout)
|
(catObjectReader readObjectContent c hout)
|
||||||
feeder c h (v, ref) = do
|
feeder c h (v, ref) = do
|
||||||
liftIO $ writeChan c (ref, v)
|
writeChan c (ref, v)
|
||||||
S8.hPutStrLn h (fromRef' ref)
|
S8.hPutStrLn h (fromRef' ref)
|
||||||
|
|
||||||
catObjectMetaDataStream
|
catObjectMetaDataStream
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue