From b8ded6eb344516a713b92e4d5c23c9478d93b4e1 Mon Sep 17 00:00:00 2001 From: Preetham Gujjula Date: Fri, 20 Dec 2024 06:43:20 -0800 Subject: [PATCH] bump ghcs --- package.yaml | 2 +- primecount.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.yaml b/package.yaml index 65b1f6d..7d72b9f 100644 --- a/package.yaml +++ b/package.yaml @@ -15,7 +15,7 @@ category: Math, Number Theory description: Please see the README on Github at -tested-with: GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.5, 9.6.2} +tested-with: GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1} extra-doc-files: - README.md - ChangeLog.md diff --git a/primecount.cabal b/primecount.cabal index bc12e4a..0b338f1 100644 --- a/primecount.cabal +++ b/primecount.cabal @@ -18,7 +18,7 @@ license: BSD-3-Clause license-file: LICENSES/BSD-3-Clause.txt build-type: Simple tested-with: - GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.5, 9.6.2} + GHC == {8.10.7, 9.0.2, 9.2.8, 9.4.8, 9.6.6, 9.8.2, 9.10.1} extra-doc-files: README.md ChangeLog.md