diff --git a/holmes.cabal b/holmes.cabal index 466e7f5..e0ef7e4 100644 --- a/holmes.cabal +++ b/holmes.cabal @@ -38,7 +38,7 @@ library , Data.JoinSemilattice.Class.Zipping , Data.CDCL - build-depends: base >= 4.12 && < 4.14 + build-depends: base >= 4.12 && < 4.15 , containers >= 0.6 && < 0.7 , hashable >= 1.3 && < 1.4 , hedgehog >= 1.0 && < 1.1 @@ -65,7 +65,7 @@ test-suite examples , hspec >= 2.7 && < 2.8 , split >= 0.2 && < 0.3 , unordered-containers >= 0.2 && < 0.3 - , relude >= 0.6 && < 0.7 + , relude >= 0.6 && < 0.8 , tasty >= 1.2 && < 1.3 , tasty-discover , tasty-hspec