fix windows build
This commit is contained in:
parent
17a3885119
commit
c1e439f8cc
1 changed files with 0 additions and 2 deletions
|
@ -19,9 +19,7 @@ module Utility.LockPool.LockHandle (
|
|||
) where
|
||||
|
||||
import qualified Utility.LockPool.STM as P
|
||||
#ifndef mingw32_HOST_OS
|
||||
import Utility.LockPool.STM (LockFile)
|
||||
#endif
|
||||
|
||||
import Control.Concurrent.STM
|
||||
import Control.Exception
|
||||
|
|
Loading…
Reference in a new issue