FICHA · MANJARO

haskell-dir-traverse

Simple directory traversal library

  • haskell-library
  • LIBRARY
  • FILESYSTEM
  • TRAVERSAL
  • Dependency only
official+codex · reviewed · May 28, 2026 description in en

Description

A Haskell library for simple directory traversal. It helps programs walk through folders, inspect files, and build file-processing workflows without rewriting traversal logic.

Developers use it in search tools, importers, build scripts, and maintenance utilities. Traversal code should handle permissions, symlinks, hidden files, and very large directory trees deliberately.

Permissions

Permissions not analysed for this source yet.