From 2f47f3b522d60c533233b155eab8dbf1607db763 Mon Sep 17 00:00:00 2001 From: Alexandre Esteves Date: Wed, 5 Jul 2023 23:24:07 +0100 Subject: [PATCH] Build with ghc 9.6 --- which.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/which.cabal b/which.cabal index c387a2c..fa00b15 100644 --- a/which.cabal +++ b/which.cabal @@ -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