FIX #1753
authorSimon Marlow <simonmar@microsoft.com>
Thu, 22 Nov 2007 09:42:07 +0000 (09:42 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 22 Nov 2007 09:42:07 +0000 (09:42 +0000)
commit9bff1d368026b5163eee571102a162ce4af433f3
tree3dd345e1eac4a4ef1dd24b8e42c6bdcd43c99aaf
parent7e1d3e7a9d9a5fd4b5f99f2d221934fe0fc3cb08
FIX #1753
hClose should close the Handle and unlock the file even if calling
close() fails for some reason.
GHC/Handle.hs
GHC/IO.hs