Skip to content
  • ttuegel's avatar
    Fixed crash on Windows due to file handle leak. · eadde7a2
    ttuegel authored
    Ticket #843. Cabal test crashed when trying to delete a temporary log file
    because 'readFile' reads unnecessarily lazily and was keeping a file handle
    open during attempted deletion. This patch forces the entire file to be read
    so the handle will be closed.
    eadde7a2