haskell / directory

Platform-independent library for basic file system operations
https://hackage.haskell.org/package/directory
Other
58 stars 47 forks source link

Resolve TODO regarding AFPP support for openBinaryTempFile #182

Closed Rufflewind closed 2 months ago

Rufflewind commented 3 months ago

There is a TODO in System/Directory/OsPath.hs:

-- TODO: AFPP doesn't support openBinaryTempFile yet,
hasufell commented 3 months ago

https://github.com/hasufell/file-io/issues/2

hasufell commented 2 months ago

https://github.com/haskell/directory/pull/185