Make it build with ghc 9.8 (update deps only) (#146)

This commit is contained in:
Erik de Castro Lopo
2024-02-04 22:19:13 -05:00
committed by GitHub
parent 4680e62d7b
commit 5a98f0c26d
+9 -8
View File
@@ -24,6 +24,7 @@ tested-with:
|| ==8.10.1 || ==8.10.1
|| ==9.0.1 || ==9.0.1
|| ==9.2.2 || ==9.2.2
|| ==9.6.1
extra-source-files: extra-source-files:
README.md README.md
@@ -67,17 +68,17 @@ library
build-depends: build-depends:
array >=0.4 && <0.6 array >=0.4 && <0.6
, async >=2.0 && <2.3 , async >=2.0 && <2.3
, base >=4.6 && <4.18 , base >=4.6 && <4.20
, bytestring >=0.10 && <0.12 , bytestring >=0.10 && <0.13
, containers >=0.5 && <0.7 , containers >=0.5 && <0.8
, deepseq >=1.3 && <1.5 , deepseq >=1.3 && <1.6
, ghc-prim >=0.3 && <0.10 , ghc-prim >=0.3 && <0.12
, hashable >=1.2 && <1.5 , hashable >=1.2 && <1.5
, mtl >=2.1 && <2.3 , mtl >=2.1 && <2.4
, mtl-compat >=0.2 && <0.3 , mtl-compat >=0.2 && <0.3
, stm >=2.4 && <2.6 , stm >=2.4 && <2.6
, text >=1.2 && <2.1 , text >=1.2 && <2.2
, transformers >=0.2 && <0.6 , transformers >=0.2 && <0.7
, transformers-compat >=0.4 && <0.8 , transformers-compat >=0.4 && <0.8
if !impl(ghc >=8.0) if !impl(ghc >=8.0)