Fix build with ghc-7.10
This commit is contained in:
parent
3aee719130
commit
c556a3d3e4
@ -933,7 +933,7 @@ readFileEOF (MkPath fp) =
|
|||||||
else do
|
else do
|
||||||
readBS <- unsafePackCStringFinalizer buf
|
readBS <- unsafePackCStringFinalizer buf
|
||||||
(fromIntegral size)
|
(fromIntegral size)
|
||||||
mempty
|
(return ())
|
||||||
read' fd buf (builder <> byteString readBS)
|
read' fd buf (builder <> byteString readBS)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user