Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-QuickCheck-devel-2.15.0.1-1.3 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: ghc-QuickCheck-devel Distribution: openSUSE Tumbleweed
Version: 2.15.0.1 Vendor: openSUSE
Release: 1.3 Build date: Mon May 27 16:54:43 2024
Group: Unspecified Build host: reproducible
Size: 9973895 Source RPM: ghc-QuickCheck-2.15.0.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/QuickCheck
Summary: Haskell QuickCheck library development files
This package provides the Haskell QuickCheck library development files.

Provides

Requires

License

BSD-3-Clause

Changelog

* Mon May 27 2024 Peter Simons <psimons@suse.com>
  - Update QuickCheck to version 2.15.0.1.
    QuickCheck 2.15
    * BREAKING: properties without quantification are no longer implicitly
    wrapped in once
    * Add witness property modifier and witnesses field in result on
    compilers that support Typeable to allow conveniently exposing
    counterexamples
    * Add assertException, assertExceptionIO, assertDeepException, and
    assertDeepExceptionIO (thanks to Alexey Kuleshevich)
    * Add withMaxSize, withMaxShrinks, and withMaxDiscardRatio combinators
    * Add recheck
    * Add HasCallStack to partial top-level functions
    * Updated some documentation
    * Fix overflow bug when calculating discard ratio
    * Fix error printing bug when shrinks are discarded
    * Fix withMaxSuccess not working when checkCoverage is turned on
    * Fix a bug whereby an unfortunately timed discard could unduly fail a
    property running with checkCoverage
    * Fix Arbitrary intance for Map breaking invariants from
    Data.Map.Strict (thanks to Neil Mayhew)
    * Fix non-covered classes not showing up in output as 0% covered
    * Fix Negative's Arbitrary instance discarding an unnecessary number
    of generated values.
    * Fix promote doing an unnecessary seed split
    * Fix a bug whereby maxSuccess and discardRatio would interact poorly
    to produce too few size increases.
    * Fix a couple of underflow bugs in generators for Small Natural and
    Ratio Natural
    * Fix a bug whereby the internal DISCARDED exception would show up
    user-side in sample
* Wed May 31 2023 Peter Simons <psimons@suse.com>
  - Update QuickCheck to version 2.14.3.
    QuickCheck 2.14.3 (released 2023-05-31)
    * Add shrinkBoundedEnum (thanks to Jonathan Knowles)
    * Add discardAfter for discarding tests on timeout (thanks to Justus Sagemüller)
    * Add assertWith for monadic testing (thanks to KtorZ)
    * Add functionElements to Test.QuickCheck.Function (thanks to Oleg Grenrus)
    * Add Arbitrary instance for Newline (thanks to Daniel Bramucci)
    * Improve Arbitrary instances for Float and Double (thanks to Oleg Grenrus)
    * Improve arbitrarySizedFractional (thanks to Bodigrim)
    * Fix shrinkRealFrac and shrinkDecimal, which were broken
    * Speed up printing of progress messages (thanks to Bodigrim)
    * Add COMPLETE pragmas for Fn and family (thanks to ilkecan)
    * Make templateHaskell flag manual (thanks to Oleg Grenrus)
* Thu Mar 30 2023 Peter Simons <psimons@suse.com>
  - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Sun Nov 15 2020 psimons@suse.com
  - Update QuickCheck to version 2.14.2.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/QuickCheck-2.14.2/src/changelog
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Mon Jul 06 2020 psimons@suse.com
  - Update QuickCheck to version 2.14.1.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/QuickCheck-2.14.1/src/changelog
* Tue Jun 09 2020 psimons@suse.com
  - Update QuickCheck to version 2.14.
    QuickCheck 2.14 (release 2020-03-28)
    * QuickCheck is now much faster at generating test data!
    As a result, many properties can now be tested a lot faster;
    the examples distributed with QuickCheck run about twice as
    fast as before, for example. Of course, your mileage may vary.
    The reason for this is that there are now specialised versions
    of the 'choose' combinator for various types. These are:
    chooseInt, chooseInteger, chooseBoundedIntegral, and chooseEnum.
    These combinators are identical to 'choose' but much faster.
    All QuickCheck combinators, with the exception of 'choose'
    itself, use the new combinators behind the scenes.
    You should see a speedup without doing anything, but to get a
    further speedup, consider replacing any uses of 'choose' in your
    own generators with the new combinators.
    We are hoping that future releases of the 'random' library may
    speed up 'choose', in which case these combinators may no longer
    be needed.
    Thanks to Oleg Grenrus for suggesting to bypass 'choose' for
    random number generation, and providing the appropriate
    primitive in his 'splitmix' random number library.
    * Smaller changes and bugfixes:
    - RecursivelyShrink and GSubterms are exported from
    Test.QuickCheck.Test (thanks to Tom Mortiboy).
    - Don't generate invalid unicode characters
    (thanks to Boris Stepanov).
    - When a call to 'within' fails, include the duration of the
    timeout in the failure report (thanks to William Rusnack).
    - In Gen, avoid splitting the seed in the implementation of
    >>, *> and <- (thanks to David Feuer).
    - Fix a couple of bugs with shrinking of floating-point
    numbers.
    - Export functionMapWith, functionEitherWith and
    functionPairWith from Test.QuickCheck.Function
    (thanks to Oleg Grenrus).
    - Remove redundant RealFloat constraint from
    Arbitrary/CoArbitrary instances for Complex
    (thanks to Bodigrim).
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Mon Jul 01 2019 psimons@suse.com
  - Update QuickCheck to version 2.13.2.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/QuickCheck-2.13.2/src/changelog

Files

/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/All.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/All.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Arbitrary.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Arbitrary.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Exception.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Exception.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Features.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Features.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Function.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Function.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Gen
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Gen.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Gen.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Gen/Unsafe.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Gen/Unsafe.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Modifiers.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Modifiers.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Monadic.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Monadic.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Poly.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Poly.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Property.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Property.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Random.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Random.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/State.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/State.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Test.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Test.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Text.dyn_hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/Test/QuickCheck/Text.hi
/usr/lib64/ghc-9.10.1/lib/QuickCheck-2.15.0.1/libHSQuickCheck-2.15.0.1-3Y9qbKLKt7gHVORqmBD1Wz.a
/usr/lib64/ghc-9.10.1/lib/package.conf.d/QuickCheck-2.15.0.1.conf
/usr/share/doc/packages/ghc-QuickCheck-devel
/usr/share/doc/packages/ghc-QuickCheck-devel/README
/usr/share/doc/packages/ghc-QuickCheck-devel/changelog
/usr/share/doc/packages/ghc-QuickCheck-devel/examples
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Heap.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Heap_Program.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Heap_ProgramAlgebraic.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Lambda.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Merge.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Set.hs
/usr/share/doc/packages/ghc-QuickCheck-devel/examples/Simple.hs


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 23:23:09 2025