All Versions
6
Latest Version
Avg Release Cycle
10 days
Latest Release
2770 days ago
Changelog History
Changelog History
-
v0.2.4 Changes
May 11, 2017๐ Fixed
- ๐ Fixed test
-
v0.2.3 Changes
May 07, 2017โ Added
- ๐ A little bit more documentation
๐ Changed
stack.yaml
is no longer included. It has been added to.gitignore
.
-
v0.2.2 Changes
April 23, 2017๐ Fixed
- ๐ The missing "processFlags.h" in the "c-sources" section of the cabal file. This made the builds fail.
-
v0.2.1 Changes
April 23, 2017โ Added
- ๐ Convenience functions that were mistakenly removed:
getDirectoryFilesRecursive
andtryRemoveFile
.
- ๐ Convenience functions that were mistakenly removed:
-
v0.2.0 Changes
April 20, 2017โ Added
- Higher-level directory functions
- Utility functions for process (callProcess, readProcessWithExitCode)
๐ Changed
- ๐ฆ Module hierarchy now follows Taylor Fausak's 2016 advice.
RawFilePath
will be the top-level module which re-exports everything.
-
v0.1.1 Changes
March 21, 2017โ Added
- ๐ฆ A new module,
System.Process.RawFilePath
. This new interface is pretty nice. It has type-safeHandle
s instead ofMaybe Handle
s (inspired by thetyped-process
package). It also performs the process invocation entirely inside the FFI, which solves #1.
- ๐ฆ A new module,