Deprecated

In favour of

system-filepath

High-level, byte-based file and directory path manipulations (deprecated)

https://github.com/fpco/haskell-filesystem

Version on this page:0.4.14@rev:1
LTS Haskell 22.13:0.4.14@rev:2
Stackage Nightly 2024-03-14:0.4.14@rev:2
Latest on Hackage:0.4.14@rev:2

See all snapshots system-filepath appears in

MIT licensed by John Millikin
Maintained by FP Complete
This version can be pinned in stack with:system-filepath-0.4.14@sha256:e8ce7d24d7008a825e5d03aa672950a0e8178ac54c3de7134f36c3a7e37694a2,1631

Module documentation for 0.4.14

system-filepath

Please see deprecation announcement

Provides a FilePath datatype and utility functions for operating on it. Unlike the filepath package, this package does not simply reuse String, increasing type safety.

Changes

0.4.14

  • Add a Semigroup instance #20

0.4.13.3

  • Documentation fix for: PLATFORM_PATH_FORMAT promotes platform dependent code #12

0.4.13.2

  • update splitDirectories function #4

0.4.13.1

Allow deepseq 1.4

0.4.13

Maintenance taken over by FP Complete.