From 5f49e963b0a6f784623c7d11ec500f3e3566dcfe Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sat, 18 May 2024 07:47:30 -0500 Subject: [PATCH] Enable GHC 9.6.5 --- borsh.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/borsh.cabal b/borsh.cabal index a6fc27f..cbaa42c 100644 --- a/borsh.cabal +++ b/borsh.cabal @@ -29,7 +29,8 @@ tested-with: , GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.7 - , GHC == 9.4.4 + , GHC == 9.4.8 + , GHC == 9.6.5 source-repository head type: git @@ -43,7 +44,7 @@ common lang ghc-options: -Wunused-packages build-depends: - base >= 4.12 && < 4.18 + base >= 4.12 && < 4.19 default-language: Haskell2010 default-extensions: