All Versions
6
Latest Version
Avg Release Cycle
10 days
Latest Release
2536 days ago

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 and tryRemoveFile.
  • 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-safe Handles instead of Maybe Handles (inspired by the typed-process package). It also performs the process invocation entirely inside the FFI, which solves #1.