more OsPath conversion
Sponsored-by: Brock Spratlen
This commit is contained in:
parent
c69e57aede
commit
474cf3bc8b
38 changed files with 342 additions and 330 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
module Types.Transitions where
|
||||
|
||||
import Utility.RawFilePath
|
||||
import Utility.OsPath
|
||||
|
||||
import qualified Data.ByteString.Lazy as L
|
||||
import Data.ByteString.Builder
|
||||
|
@ -16,4 +16,4 @@ data FileTransition
|
|||
= ChangeFile Builder
|
||||
| PreserveFile
|
||||
|
||||
type TransitionCalculator = RawFilePath -> L.ByteString -> FileTransition
|
||||
type TransitionCalculator = OsPath -> L.ByteString -> FileTransition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue