Bump lower bound for base

We only test with GHC 8.6+ and the bounds should reflect that.

Related: 5d0013ef534d ("ci: Drop support for GHC 8.4")
Related: 046f3c3871a7 ("Bump lower bound for base")
This commit is contained in:
Tomas Janousek 2024-07-07 15:19:54 +01:00
parent 55f4c4ff1b
commit 1211a709dc

View File

@ -54,7 +54,7 @@ flag pedantic
manual: True manual: True
library library
build-depends: base >= 4.11 && < 5, build-depends: base >= 4.12 && < 5,
bytestring >= 0.10 && < 0.13, bytestring >= 0.10 && < 0.13,
containers >= 0.5 && < 0.8, containers >= 0.5 && < 0.8,
directory, directory,