2 Commits

Author SHA1 Message Date
Ilya Rezvov 23aef00097 Merge pull request #25 from RyanGlScott/ghc-9.8-9.10
Bump dependencies ranges to allow building with GHC 9.8 and 9.10
2024-06-04 07:22:59 -06:00
Ryan Scott 2f830c022e Allow building with GHC 9.8 and 9.10
This bumps the upper version bounds on `base`, `bytestring`, `primitive`, and
`text` to allow newer versions of each library that build with GHC 9.8 and
9.10.
2024-06-03 07:00:39 -04:00
+4 -4
View File
@@ -57,13 +57,13 @@ library
build-depends:
array >=0.5 && < 0.6
, base >=4.6 && < 5
, bytestring >=0.10 && < 0.12
, bytestring >=0.10 && < 0.13
, cereal >=0.5 && < 0.6
, containers >=0.5 && < 0.7
, deepseq >=1.4 && < 1.5
, containers >=0.5 && < 0.8
, deepseq >=1.4 && < 1.6
, ieee754 >=0.8 && < 0.9
, mtl >=2.2.1 && < 2.4
, primitive >=0.7 && < 0.8
, primitive >=0.7 && < 0.10
, text >=1.1 && < 3
, transformers >=0.4 && < 0.7
, utf8-string >=1.0 && < 1.1