Support GHC 9.12 (#151)
* Test 9.6 and 9.8 in CI * Support GHC 9.10 * Support GHC 9.12 --------- Co-authored-by: Tom Ellis <tom-git@jaguarpaw.co.uk>
This commit is contained in:
+6
-3
@@ -25,6 +25,9 @@ tested-with:
|
||||
|| ==9.0.1
|
||||
|| ==9.2.2
|
||||
|| ==9.6.1
|
||||
|| ==9.8.2
|
||||
|| ==9.10.1
|
||||
|| ==9.12.1
|
||||
|
||||
extra-source-files:
|
||||
README.md
|
||||
@@ -68,12 +71,12 @@ library
|
||||
build-depends:
|
||||
array >=0.4 && <0.6
|
||||
, async >=2.0 && <2.3
|
||||
, base >=4.6 && <4.20
|
||||
, base >=4.6 && <4.22
|
||||
, bytestring >=0.10 && <0.13
|
||||
, containers >=0.5 && <0.8
|
||||
, deepseq >=1.3 && <1.6
|
||||
, ghc-prim >=0.3 && <0.12
|
||||
, hashable >=1.2 && <1.5
|
||||
, ghc-prim >=0.3 && <0.14
|
||||
, hashable >=1.2 && <1.6
|
||||
, mtl >=2.1 && <2.4
|
||||
, mtl-compat >=0.2 && <0.3
|
||||
, stm >=2.4 && <2.6
|
||||
|
||||
Reference in New Issue
Block a user