From 660e64bd5c0e4facf68a4549c436f133efaebb86 Mon Sep 17 00:00:00 2001 From: Alexey Raga Date: Sun, 4 Aug 2024 20:41:56 +1000 Subject: [PATCH] update ghc --- avro.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avro.cabal b/avro.cabal index 9009d9b..ba1e283 100644 --- a/avro.cabal +++ b/avro.cabal @@ -11,7 +11,7 @@ author: Thomas M. DuBuisson maintainer: Alexey Raga license: BSD-3-Clause license-file: LICENSE -tested-with: GHC == 9.2.2, GHC == 9.0.2, GHC == 8.10.7, GHC == 8.8.4, GHC == 8.6.5 +tested-with: GHC == "9.10.1", GHC == "9.8.2", GHC == "9.6.6" build-type: Simple extra-source-files: README.md ChangeLog.md