clean build warning on windows
This commit is contained in:
parent
4808800f2d
commit
da5d25a844
3 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,9 @@
|
|||
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…
Add table
Add a link
Reference in a new issue