From 7a32d09428187fcf2edab7c8d0b4ee92d9ea343d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Mon, 10 Jun 2024 09:55:09 +0200 Subject: [PATCH] Support ghc-9.10. --- bytebuild.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bytebuild.cabal b/bytebuild.cabal index 024ca31..2e0bd52 100644 --- a/bytebuild.cabal +++ b/bytebuild.cabal @@ -28,7 +28,7 @@ maintainer: amartin@layer3com.com copyright: 2019 Andrew Martin category: Data extra-doc-files: CHANGELOG.md -tested-with: GHC ==9.4.8 || ==9.6.3 || ==9.8.1 +tested-with: GHC ==9.4.8 || ==9.6.5 || ==9.8.2 || ==9.10.1 common build-settings default-language: Haskell2010 @@ -57,7 +57,7 @@ library reexported-modules: Data.Bytes.Chunks build-depends: - , base >=4.17.0.0 && <4.20 + , base >=4.17.0.0 && <4.21 , byteslice >=0.2.6 && <0.3 , bytestring >=0.10.8.2 && <0.13 , haskell-src-meta >=0.8.13 @@ -106,7 +106,7 @@ test-suite test , bytestring , natural-arithmetic , primitive - , QuickCheck >=2.13.1 && <2.15 + , QuickCheck >=2.13.1 && <2.16 , quickcheck-instances >=0.3.22 , tasty >=1.2.3 && <1.6 , tasty-hunit >=0.10.0.2 && <0.11