remove unnecessary liftIO

This commit is contained in:
Joey Hess 2021-06-07 14:51:12 -04:00
parent 570e93abfd
commit 70dbe61fc2
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -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