quickcheck-silent 0.11.0.2 → 0.11.0.3
raw patch · 2 files changed
+16/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +14/−0
- quickcheck-silent.cabal +2/−1
CHANGELOG.md view
@@ -1,5 +1,19 @@ # Revision history for quickcheck-silent +## 0.11.0.3 -- 2026-08-07++* There seem to be a lot of errors that aren't happening on build of the+ project, but then, they are showing up when building the `Hackage` package:+ + ```sh+ Running phase: buildPhase+ Preprocessing library for quickcheck-silent-0.11.0.2...+ Building library for quickcheck-silent-0.11.0.2...+ [1 of 1] Compiling Test.QuickCheck.Silent ( src/Test/QuickCheck/Silent.hs, dist/build/Test/QuickCheck/Silent.o, dist/build/Test/QuickCheck/Silent.dyn_o )+ <no location info>: error: [GHC-08674]+ The package (containers-0.7) is required to be trusted but it isn't!+ ```+ ## 0.11.0.2 -- 2026-08-07 * This did not help at all:
quickcheck-silent.cabal view
@@ -10,7 +10,7 @@ build-type: Simple name: quickcheck-silent-version: 0.11.0.2+version: 0.11.0.3 synopsis: Testing with QuickCheck in silence description: Testing with QuickCheck in silence. For more info see README.md@@ -118,6 +118,7 @@ -- Test -trust=QuickCheck -trust=array+ -trust=containers -trust=deepseq -trust=ghc-prim -trust=random