start converting from System.Directory to System.OsPath
This is the start of a long road, got the first few files to compile after this large change. Sponsored-by: mycroft
This commit is contained in:
parent
d46504e51e
commit
05bdce328d
8 changed files with 185 additions and 47 deletions
|
@ -73,4 +73,4 @@ writeVersion ver = catchMaybeIO (F.readFile' f) >>= \case
|
|||
, ""
|
||||
]
|
||||
footer = []
|
||||
f = toOsPath "Build/Version"
|
||||
f = literalOsPath "Build/Version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue