diff --git a/cabal.project b/cabal.project index 5f7aa6f..1151824 100644 --- a/cabal.project +++ b/cabal.project @@ -4,3 +4,9 @@ package nothunks tests: True test-show-details: direct + +allow-newer: + , boring:base + , hashable:base + , tasty-hedgehog:base + , unix:base diff --git a/nothunks.cabal b/nothunks.cabal index eaf0ee6..f217ffd 100644 --- a/nothunks.cabal +++ b/nothunks.cabal @@ -43,13 +43,13 @@ library build-depends: base >= 4.12 && < 5 , containers >= 0.5 && < 0.8 , stm >= 2.5 && < 2.6 - , time >= 1.5 && < 1.13 + , time >= 1.5 && < 1.15 -- Whatever is bundled with ghc , ghc-heap if impl(ghc >= 9.2) - build-depends: wherefrom-compat ^>= 0.1.1 + build-depends: wherefrom-compat ^>= 0.2 if flag(bytestring) build-depends: bytestring >= 0.10 && < 0.13 @@ -80,7 +80,7 @@ test-suite nothunks-test , ghc-prim -- Additional dependencies - , hedgehog >= 1.1 && < 1.5 + , hedgehog >= 1.1 && < 1.6 , random >= 1.1 && < 1.3 , tasty >= 1.3 && < 1.6 , tasty-hedgehog >= 1.1 && < 1.5