-
Notifications
You must be signed in to change notification settings - Fork 6
/
which.cabal
30 lines (27 loc) · 918 Bytes
/
which.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: which
version: 0.2.0.2
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: [email protected]
copyright: 2019 Obsidian Systems LLC
build-type: Simple
extra-source-files: ChangeLog.md README.md
cabal-version: >=1.10
category: System
synopsis: Determine the full path to an executable.
description: Determine the full path to an executable, similar to the *nix "which" command.
tested-with:
GHC ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.5 || ==9.4.5 || ==9.6.1 || ==9.8.2 || ==9.10.1
library
exposed-modules: System.Which
build-depends:
base >= 4.9.0 && < 4.21,
shelly >= 1.8.0 && < 1.13,
text >= 1.2.3 && < 2.2,
template-haskell >= 2.11.0 && < 2.23
hs-source-dirs: src
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/obsidiansystems/which