which

Determine the full path to an executable.

Stackage Nightly 2025-04-16:0.2.0.3
Latest on Hackage:0.2.0.3

See all snapshots which appears in

BSD-3-Clause licensed by Obsidian Systems LLC
Maintained by [email protected]
This version can be pinned in stack with:which-0.2.0.3@sha256:607f0cbb98340de7149d82d3aeecd6883fb2da2fdae92679bcef85488ad0bac7,918

Module documentation for 0.2.0.3

which travis-ci

which is a Haskell library that provides functionality similar to its *nix namesake on the command line. You can use this library to determine the full path of a command that will be executed by your Haskell program.

Changes

Revision history for which

0.2.0.3

  • Support GHC 9.12

0.2.0.2 – Release 1

  • Support GHC 9.10

0.2.0.2

  • Support GHC 9.8

0.2.0.1

  • Support GHC 9 and GHC 9.2

0.2

  • Allow results outside of the nix store (use staticWhichNix for the old behavior, which requires results to be in /nix/store)

0.1.0.1

  • Loosen version bounds. Support GHC 8.8 and 8.10

0.1

  • Initial release