Skip to content
  • Simon Marlow's avatar
    [project @ 2005-01-14 11:46:24 by simonmar] · 5155d694
    Simon Marlow authored
    hGetStringBuffer: hClose the file after we've read it (duh).  This
    causes a real problem on Windows, where the file remains locked in
    GHCi, and cannot be modified until after the finalizer has closed it
    (bug #1047408).
    5155d694