Skip to content

Commit

Permalink
Remake the Hackage revision locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Oct 2, 2024
1 parent 6e9e748 commit b055ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions which.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ 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
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.20,
base >= 4.9.0 && < 4.21,
shelly >= 1.8.0 && < 1.13,
text >= 1.2.3 && < 2.2,
template-haskell >= 2.11.0 && < 2.22
template-haskell >= 2.11.0 && < 2.23

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

0 comments on commit b055ee4

Please sign in to comment.