summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/IO
diff options
context:
space:
mode:
authorTamar Christina <tamar@zhox.com>2017-02-28 06:21:17 +0000
committerTamar Christina <tamar@zhox.com>2017-02-28 06:21:17 +0000
commit990f182ad0cd5f588453cfbbb5018aca205017eb (patch)
tree8355d4b101fa494e59675e37232724261df64932 /libraries/base/GHC/IO
parent0f7a369f78b7ef05d958d331bb02ad2d361abee0 (diff)
downloadhaskell-990f182ad0cd5f588453cfbbb5018aca205017eb.tar.gz
Fix windows build broken by D3080 (0d86aa5904e5a06c93632357122e57e4e118fd2a)
Diffstat (limited to 'libraries/base/GHC/IO')
-rw-r--r--libraries/base/GHC/IO/Handle/Lock.hsc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libraries/base/GHC/IO/Handle/Lock.hsc b/libraries/base/GHC/IO/Handle/Lock.hsc
index 1da0308cdf..d03e261185 100644
--- a/libraries/base/GHC/IO/Handle/Lock.hsc
+++ b/libraries/base/GHC/IO/Handle/Lock.hsc
@@ -42,7 +42,6 @@ import Foreign.C.Error
import Foreign.C.Types
import Foreign.Marshal.Alloc
import Foreign.Marshal.Utils
-import GHC.IO.Exception
import GHC.IO.FD
import GHC.IO.Handle.FD
import GHC.Ptr