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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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.17), shelly (>=1.8.0 && <1.10), template-haskell (>=2.11.0 && <2.19), text (>=1.2.3 && <1.3) [details]
License BSD-3-Clause
Copyright 2019 Obsidian Systems LLC
Author Obsidian Systems LLC
Maintainer maintainer@obsidian.systems
Revised Revision 1 made by JohnEricson at 2022-07-18T16:55:47Z
Category System
Source repo head: git clone https://github.com/obsidiansystems/which
Uploaded by abrar at 2020-10-30T05:45:17Z
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

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