@hackage / quickcheck-silent

Testing with QuickCheck in silence

Latest0.11.0.4

Changelog

Revision history for quickcheck-silent

0.11.0.4 -- 2026-08-07

  • Re-exporting Test.QuickChech.Result to avoid dependency on the QuickChech package

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:

    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:

    Hopefully importing the method from Test.QuickCheck.Property might help

    Running phase: buildPhase
    Preprocessing library for quickcheck-silent-0.11.0.1...
    Building library for quickcheck-silent-0.11.0.1...
    [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 )
    src/Test/QuickCheck/Silent.hs:70:16: error: [GHC-76037]
        Not in scope: ‘QCP.withNumTests’
        NB: the module ‘Test.QuickCheck.Property’ does not export ‘withNumTests’.
       |
    70 |   SilentProp . QCP.withNumTests n
       |
  • Therefore, withNumTests logic will be removed until fixed.

0.11.0.1 -- 2026-08-07

  • It seems that there are some issues to build the package on ghc-9.10.3:

    Running phase: buildPhase
    Preprocessing library for quickcheck-silent-0.11.0.0...
    Building library for quickcheck-silent-0.11.0.0...
    [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 )
    src/Test/QuickCheck/Silent.hs:38:5: error: [GHC-61689]
        Module ‘Test.QuickCheck’ does not export ‘withNumTests’.
       |
    38 |   , withNumTests
       |
  • Hopefully importing the method from Test.QuickCheck.Property might help.

0.11.0.0 -- 2026-08-06

  • First version. Released on an unsuspecting world.

References