summaryrefslogtreecommitdiff
path: root/Git/CatFile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Git/CatFile.hs')
-rw-r--r--Git/CatFile.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Git/CatFile.hs b/Git/CatFile.hs
index 6bea8c0..b9f8305 100644
--- a/Git/CatFile.hs
+++ b/Git/CatFile.hs
@@ -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