From 4637600760630a0728d00b69a134bc386b5381bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Fri, 5 Apr 2024 16:31:20 +0200 Subject: [PATCH] Support GHC 9.8 --- libsodium-bindings/libsodium-bindings.cabal | 2 +- sel/sel.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libsodium-bindings/libsodium-bindings.cabal b/libsodium-bindings/libsodium-bindings.cabal index feecd02d..00267e72 100644 --- a/libsodium-bindings/libsodium-bindings.cabal +++ b/libsodium-bindings/libsodium-bindings.cabal @@ -16,7 +16,7 @@ maintainer: The Haskell Cryptography contributors license: BSD-3-Clause build-type: Simple tested-with: - GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.3 + GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 extra-source-files: LICENSE diff --git a/sel/sel.cabal b/sel/sel.cabal index b23cf08b..65e7ca5f 100644 --- a/sel/sel.cabal +++ b/sel/sel.cabal @@ -15,7 +15,7 @@ maintainer: The Haskell Cryptography contributors license: BSD-3-Clause build-type: Simple tested-with: - GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.7 || ==9.6.2 + GHC ==8.10.7 || ==9.0.2 || ==9.2.8 || ==9.4.8 || ==9.6.4 || ==9.8.2 extra-source-files: LICENSE