diff --git a/which.cabal b/which.cabal index 6627d81..bdc1e11 100644 --- a/which.cabal +++ b/which.cabal @@ -12,7 +12,7 @@ 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.8.1 + 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