Support ghc-9.10. (#38)

This commit is contained in:
Andreas Ländle 2024-06-15 16:31:18 +02:00 committed by GitHub
parent bfedcbbabc
commit eaf07f8981
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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