more OsPath conversion
Sponsored-by: Leon Schuermann
This commit is contained in:
parent
ee0964e61b
commit
f3539efc16
18 changed files with 156 additions and 153 deletions
|
@ -23,14 +23,14 @@ module Utility.LockPool.STM (
|
|||
) where
|
||||
|
||||
import Utility.Monad
|
||||
import Utility.OsPath
|
||||
|
||||
import System.IO.Unsafe (unsafePerformIO)
|
||||
import System.FilePath.ByteString (RawFilePath)
|
||||
import qualified Data.Map.Strict as M
|
||||
import Control.Concurrent.STM
|
||||
import Control.Exception
|
||||
|
||||
type LockFile = RawFilePath
|
||||
type LockFile = OsPath
|
||||
|
||||
data LockMode = LockExclusive | LockShared
|
||||
deriving (Eq)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue