OsPath transition Windows build fixes
This gets it building on Windows again, with 1 test suite failure (addurl). Sponsored-by: Kevin Mueller
This commit is contained in:
parent
9dc43396b3
commit
a149336a59
23 changed files with 58 additions and 62 deletions
|
@ -480,7 +480,7 @@ retrieveExportWithContentIdentifierM ii dir cow loc cids dest gk p =
|
|||
closeFd dupfd
|
||||
bracketIO open close $ \(h, dupfd) -> do
|
||||
#else
|
||||
let open = openBinaryFile f' ReadMode
|
||||
let open = F.openBinaryFile f ReadMode
|
||||
let close = hClose
|
||||
bracketIO open close $ \h -> do
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue