Skip to content

Commit

Permalink
Build with ghc 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Jul 5, 2023
1 parent e8d639c commit 2f47f3b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.2
GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.1 || ==8.10.7 || ==9.0.1 || ==9.2.2 || ==9.4.2 || == 9.6.2

library
exposed-modules: System.Which
build-depends:
base >= 4.9.0 && < 4.17,
shelly >= 1.8.0 && < 1.10,
text >= 1.2.3 && < 1.3,
template-haskell >= 2.11.0 && < 2.19
base >= 4.9.0 && < 4.19,
shelly >= 1.8.0 && < 1.13,
text >= 1.2.3 && < 2.1,
template-haskell >= 2.11.0 && < 2.21

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

0 comments on commit 2f47f3b

Please sign in to comment.