Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 489 Bytes

CHANGELOG.md

File metadata and controls

23 lines (14 loc) · 489 Bytes

5.0.0

  • Generalize from IO to MonadUnliftIO m => m. See PR 17
  • More detter exclusion of disallowed names.

4.7.0

  • Port it for newer conduit and resourcet

4.6.2

  • Add test for piping feature

4.6.1

4.6.0

  • Add basic tests code
  • Accept list as variadic command line arguments. mkdir "-p" ["folder1", "folder2"] works now.
  • TRAVIS CI added