which: Determine the full path to an executable.

[ bsd3, library, system ] [ Propose Tags ]

Determine the full path to an executable, similar to the *nix "which" command.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.2, 0.2.0.1, 0.2.0.2
Change log ChangeLog.md
Dependencies base (>=4.9.0 && <4.20), shelly (>=1.8.0 && <1.13), template-haskell (>=2.11.0 && <2.22), text (>=1.2.3 && <2.2) [details]
License BSD-3-Clause
Copyright 2019 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Category System
Source repo head: git clone https://github.com/obsidiansystems/which
Uploaded by abrar at 2024-01-30T16:43:23Z
Distributions NixOS:0.2.0.2
Reverse Dependencies 8 direct, 1 indirect [details]
Downloads 1354 total (23 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for which-0.2.0.2

[back to package description]

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.