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)
|
||||
(catObjectReader readObjectContent c hout)
|
||||
feeder c h (v, ref) = do
|
||||
liftIO $ writeChan c (ref, v)
|
||||
writeChan c (ref, v)
|
||||
S8.hPutStrLn h (fromRef' ref)
|
||||
|
||||
catObjectMetaDataStream
|
||||
|
|
Loading…
Reference in a new issue