packages feed

quickcheck-silent 0.11.0.7 → 0.11.0.8

raw patch · 2 files changed

+22/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,20 @@ # Revision history for quickcheck-silent +## 0.11.0.8 -- 2026-08-08++* Only support versions that are recommended for use:+  - https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC%20Status#most-recent-ghc-major-versions+  - https://github.com/NixOS/nixpkgs/tree/haskell-updates/pkgs/development/compilers/ghc+  +  ```+  - GHC == 9.4.8+  * GHC == 9.6.7+  * GHC == 9.8.4+  * GHC == 9.10.3+  * GHC == 9.12.4+  + GHC == 9.14.1+  ```+ ## 0.11.0.7 -- 2026-08-08  * Lower bound back to `2.1` from `2.18`.
quickcheck-silent.cabal view
@@ -10,7 +10,7 @@ build-type: Simple                                                name: quickcheck-silent-version: 0.11.0.7+version: 0.11.0.8  synopsis: Testing with QuickCheck in silence description: Testing with QuickCheck in silence. For more info see README.md@@ -29,11 +29,15 @@ extra-doc-files: README.md, CHANGELOG.md  tested-with:-  GHC == 9.4.8+  -- NOTE: Only support versions that are recommended for use:+  --+  -- https://gitlab.haskell.org/ghc/ghc/-/wikis/GHC%20Status#most-recent-ghc-major-versions+  -- https://github.com/NixOS/nixpkgs/tree/haskell-updates/pkgs/development/compilers/ghc   GHC == 9.6.7   GHC == 9.8.4   GHC == 9.10.3   GHC == 9.12.4+  GHC == 9.14.1                   source-repository head   type:@@ -123,7 +127,7 @@       -trust=ghc-prim       -trust=random       -trust=splitmix-  if impl(ghc >= 9.10 && < 9.13)+  if impl(ghc >= 9.10 && < 9.15)     ghc-options:       -- Base       -- NOTE: Issue with Hackage that builds with 9.8.4. 9.10.x requies this: