From 0e37b6837bba2edbdadfcb5d5af0e2a2e1ceb7d4 Mon Sep 17 00:00:00 2001 From: Nikolay Yakimov Date: Sat, 26 Oct 2024 14:20:15 +0300 Subject: [PATCH] [Chore] Bump tested-with --- hsblst.cabal | 2 +- package.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hsblst.cabal b/hsblst.cabal index 0d917f6..27c44ef 100644 --- a/hsblst.cabal +++ b/hsblst.cabal @@ -19,7 +19,7 @@ license-file: LICENSE build-type: Simple tested-with: GHC == 9.6.6 - , GHC == 9.8.2 + , GHC == 9.8.3 extra-source-files: c-source/build/coff/add_mod_256-x86_64.s c-source/build/coff/add_mod_384-x86_64.s diff --git a/package.yaml b/package.yaml index f068724..47a9909 100644 --- a/package.yaml +++ b/package.yaml @@ -22,7 +22,7 @@ verbatim: tested-with: - GHC == 9.6.6 - - GHC == 9.8.2 + - GHC == 9.8.3 default-extensions: - AllowAmbiguousTypes