From ce85339f9992fad0167859d6fc4c269f40ef89e6 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Mon, 2 Mar 2026 09:26:22 +1100 Subject: [PATCH] Bump upper bound on QuickCheck --- cabal.project | 5 +---- wide-word.cabal | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/cabal.project b/cabal.project index 00e8fab..addc1a2 100644 --- a/cabal.project +++ b/cabal.project @@ -9,11 +9,11 @@ test-show-details: direct if impl (ghc >= 9.14) allow-newer: + , aeson:QuickCheck , aeson:containers , aeson:indexed-traversable , aeson:semialign , aeson:template-haskell - , aeson:time , binary:containers , boring:base , constraints:boring @@ -24,8 +24,5 @@ if impl (ghc >= 9.14) , semialign:containers , template-haskell:base , text:binary - , text-iso8601:time , these:base - , time-compat:base - , time-compat:time , uuid-types:template-haskell diff --git a/wide-word.cabal b/wide-word.cabal index 987139d..6579f2d 100644 --- a/wide-word.cabal +++ b/wide-word.cabal @@ -111,7 +111,7 @@ test-suite laws hs-source-dirs: test build-depends: base - , QuickCheck >= 2.9.2 && < 2.18 + , QuickCheck >= 2.9.2 && < 2.19 , quickcheck-classes >= 0.6.3 && < 0.7.0 , primitive , semirings >= 0.2 && < 0.8