Increase version bounds of dependencies

This commit is contained in:
Jonathan King 2023-02-05 23:57:52 +00:00
parent 01ba3d5698
commit 22c511f7a8

View File

@ -38,7 +38,7 @@ library
test-suite doctests
build-depends: base
, base-compat >= 0.11 && < 0.13
, doctest >= 0.17 && < 0.20
, doctest >= 0.17 && < 0.22
, higgledy
, lens
, QuickCheck
@ -53,8 +53,8 @@ test-suite test
build-depends: base
, barbies
, higgledy
, hspec >= 2.6.1 && < 2.8
, lens >= 4.17 && < 5.2
, hspec >= 2.6.1 && < 2.11
, lens >= 4.17 && < 5.3
, QuickCheck
main-is: Main.hs
type: exitcode-stdio-1.0
@ -64,7 +64,7 @@ test-suite test
test-suite readme
build-depends: base
, barbies
, lens >= 4.17 && < 5.2
, lens >= 4.17 && < 5.3
, higgledy
, named ^>= 0.3.0.0
main-is: README.lhs