packages feed

which-0.2.0.2: which.cabal

name: which
version: 0.2.0.2
license: BSD3
license-file: LICENSE
author: Obsidian Systems LLC
maintainer: maintainer@obsidian.systems
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.10.7 || ==9.0.1 || ==9.2.2 || ==9.4.2 || == 9.6.2 || ==9.8.1

library
  exposed-modules: System.Which
  build-depends:
    base                >= 4.9.0 && < 4.20,
    shelly              >= 1.8.0 && < 1.13,
    text                >= 1.2.3 && < 2.2,
    template-haskell    >= 2.11.0 && < 2.22

  hs-source-dirs:      src
  default-language:    Haskell2010

source-repository head
  type: git
  location: https://github.com/obsidiansystems/which