Deprecated

In favour of

system-filepath

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

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

LTS Haskell 23.1:0.4.14.1
Stackage Nightly 2024-12-21:0.4.14.1
Latest on Hackage:0.4.14.1

See all snapshots system-filepath appears in

MIT licensed by John Millikin
Maintained by https://github.com/fpco/haskell-filesystem
This version can be pinned in stack with:system-filepath-0.4.14.1@sha256:c6fadaf42891912c7245ef227f922ca4f0eb8fe266b288d988294a6e41c56f7b,1841

Module documentation for 0.4.14.1

system-filepath

Legacy package (deprecated).

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.1

  • Remove custom setup script #27
  • Fix warning -Wtabs (replaced tabs by spaces).
  • Allow deepseq-1.5.
  • Test build with GHC 8.0 - 9.12.0

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.