Skip to content
Snippets Groups Projects
Commit 6d9c8cb8 authored by Alex Biehl's avatar Alex Biehl Committed by GitHub
Browse files

Haddock: Fix broken lazy IO in prologue reading (#615)

We previously used withFile in conjunction with hGetContents. The list returned
by the latter wasn't completely forced by the time we left the withFile block,
meaning that we would try to read from a closed handle.
parent 8a9a0941
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment