From 7c9988e1bad4df58a80ae58f71387f96dc1ac952 Mon Sep 17 00:00:00 2001 From: Aleksey Uymanov Date: Wed, 24 Aug 2022 22:16:28 +0500 Subject: [PATCH] fix tested-with --- generic-arbitrary.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/generic-arbitrary.cabal b/generic-arbitrary.cabal index f62feb1..4f1039a 100644 --- a/generic-arbitrary.cabal +++ b/generic-arbitrary.cabal @@ -17,8 +17,10 @@ build-type: Simple extra-source-files: CHANGELOG.md , README.md cabal-version: 1.22 -tested-with: GHC == 8.10.7 - , GHC == 9.0.2 +tested-with: GHC == 8.6.5 + , GHC == 8.10.7 + , GHC == 9.0.2 + , GHC == 9.2.4 source-repository head type: git