@hackage which0.2.0.3
Determine the full path to an executable.
Categories
License
BSD-3-Clause
Maintainer
maintainer@obsidian.systems
Links
Versions
Installation
Tested Compilers
Dependencies (4)
- base >=4.9.0 && <4.22
- shelly >=1.8.0 && <1.13
- template-haskell >=2.11.0 && <2.24
- text >=1.2.3 && <2.2 Show all…
Dependents (17)
@hackage/tail, @hackage/cli-extras, @hackage/hackage-publish, @hackage/which-embed, @hackage/tailwind, @hackage/gh, Show all…
which 
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.