d3f6da4bd3
osc copypac from project:devel:languages:haskell:lts:11 package:ghc-QuickCheck revision:5, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=30
2018-04-13 13:27:08 +00:00
2bea3d4cc9
osc copypac from project:devel:languages:haskell:lts:11 package:ghc-QuickCheck revision:3, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=29
2018-04-02 14:50:02 +00:00
32f4a59a5c
osc copypac from project:devel:languages:haskell:lts:10 package:ghc-QuickCheck revision:3, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=28
2017-12-21 19:36:44 +00:00
6a326239d8
osc copypac from project:devel:languages:haskell:lts:9 package:ghc-QuickCheck revision:6, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=27
2017-08-17 14:02:10 +00:00
fe46cb2fbb
osc copypac from project:devel:languages:haskell:lts:9 package:ghc-QuickCheck revision:5, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=26
2017-08-15 13:51:56 +00:00
add86c7aa1
osc copypac from project:devel:languages:haskell:lts:9 package:ghc-QuickCheck revision:4, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=25
2017-08-11 08:49:39 +00:00
31ca932ba2
osc copypac from project:devel:languages:haskell:lts:9 package:ghc-QuickCheck revision:3, using keep-link
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=24
2017-08-05 02:02:43 +00:00
8439762eb3
Accepting request 461525 from devel:languages:haskell
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/461525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=12
2017-03-14 09:04:15 +00:00
48252b3e01
synchronize with lts-8 package sett from configuration 0cb270c8d22a0823ab5130d95cc499e186cf864e
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=22
2017-02-22 17:22:48 +00:00
22e5c93cb4
Synchronize builds with devel:languages:haskell:lts:7.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=21
2016-10-06 17:43:19 +00:00
6278190a9c
Accepting request 411653 from devel:languages:haskell
...
1
OBS-URL: https://build.opensuse.org/request/show/411653
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=11
2016-07-21 06:15:14 +00:00
cfb3b94b4b
Accepting request 410492 from devel:languages:haskell:lts:6
...
See https://lists.opensuse.org/opensuse-haskell/2016-07/msg00000.html for details.
OBS-URL: https://build.opensuse.org/request/show/410492
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=19
2016-07-18 05:19:39 +00:00
0aa6bf89af
Accepting request 398247 from devel:languages:haskell
...
- update to 2.8.2
* GHC 8 support
* Add Arbitrary and CoArbitrary instances for types in containers package
* Improve speed of shuffle combinator
* Only print to stderr if it's a terminal.
* Small changes: slightly improve documentation, remove redundant constraints
from some functions' types, small improvements to Test.QuickCheck.All. (forwarded request 398246 from mimi_vx)
OBS-URL: https://build.opensuse.org/request/show/398247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=10
2016-05-31 10:24:32 +00:00
e819c76649
Accepting request 398246 from devel:languages:haskell:lts
...
- update to 2.8.2
* GHC 8 support
* Add Arbitrary and CoArbitrary instances for types in containers package
* Improve speed of shuffle combinator
* Only print to stderr if it's a terminal.
* Small changes: slightly improve documentation, remove redundant constraints
from some functions' types, small improvements to Test.QuickCheck.All.
OBS-URL: https://build.opensuse.org/request/show/398246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=17
2016-05-26 12:41:56 +00:00
Stephan Kulow
8c7613a866
Accepting request 324487 from devel:languages:haskell
...
1
OBS-URL: https://build.opensuse.org/request/show/324487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=9
2015-08-25 05:19:16 +00:00
3b3ab58627
Accepting request 322672 from devel:languages:haskell:lts
...
- update to 2.8.1
* Fix bug where exceptions thrown printing counterexamples weren't
being caught when terminal output was disabled
* Don't export Test.QuickCheck.Property.result
* Support for GHC 7.10
* Arbitrary instance for Natural
* New generators shuffle and sublistOf
* Support for generic coarbitrary
* When using the cover combinator, insufficient coverage now
causes the property to fail
* Test.QuickCheck.Function: new pattern synonym Fn
* genericShrink no longer requires Typeable
* Result has a new constructor InsufficientCoverage
* resize throws an error if the size is negative
* Fix memory leaks
* Exceptions thrown by callbacks now cause the test to fail
* Fixed a bug where the cover combinator wouldn't give a
warning if coverage was 0%
OBS-URL: https://build.opensuse.org/request/show/322672
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=15
2015-08-20 06:35:49 +00:00
Stephan Kulow
70247e9d9b
Accepting request 306422 from devel:languages:haskell
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/306422
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=8
2015-05-21 06:12:33 +00:00
Peter Trommler
f12fb35523
Accepting request 304861 from devel:languages:haskell:lts
...
- update to 2.7.6
* Add annotations for Safe Haskell.
* Fix bug in cabal file which broke cabal test
* Fixed bug - the Small modifier didn't work on unsigned types
* Changed arbitrarySizedIntegral to have an Integral constraint
instead of just Num
* New genericShrink function provides generic shrinking with GHC.
* New combinator x === y: fails if x /= y, but also prints their values
* New function generate :: Gen a -> IO a for running a generator.
* New combinators infiniteList and infiniteListOf for generating infinite lists.
* Several combinators added to the main Test.QuickCheck module which
were previously languishing in other modules. Of particular interest:
quickCheckAll, ioProperty.
* New combinators delay and capture which can be used (unsafely!)
to reuse the random number seed. Useful for generating
polymorphic (rank-2) values.
* A new Discard data type and a Testable instance for discarding test cases.
* All modifiers now have Functor instances and accessor functions.
* Pressing ctrl-C during shrinking now shows the last failed
test case, rather than the current shrinking candidate.
* Experimental support for UHC. You will need the latest version of Cabal from git.
* Better distribution of test data:
* The Int generator now only generates fairly small numbers.
* The new Small and Large modifiers control the distribution of integers
(Small generates small numbers, Large from the whole range).
* Floating-point numbers shrink better.
* Improved random number generation:
* QuickCheck now uses TFGen rather than StdGen on newer versions
of GHC, because StdGen's random numbers aren't always random.
* 'variant' now uses a prefix code. This should prevent some
OBS-URL: https://build.opensuse.org/request/show/304861
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=13
2015-05-04 18:21:06 +00:00
520b783e07
Accepting request 260163 from devel:languages:haskell
...
1
OBS-URL: https://build.opensuse.org/request/show/260163
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=7
2014-11-26 19:54:57 +00:00
Peter Trommler
54330e8ed3
Accepting request 259850 from devel:languages:haskell:platform
...
Haskell Platform 2014.2.0.0 update
OBS-URL: https://build.opensuse.org/request/show/259850
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=11
2014-11-06 19:24:21 +00:00
Stephan Kulow
9aa0660164
Accepting request 245996 from devel:languages:haskell
...
enable PowerPC builds
OBS-URL: https://build.opensuse.org/request/show/245996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=5
2014-08-25 09:04:30 +00:00
Peter Trommler
6885cd93f2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=10
2014-08-23 00:00:20 +00:00
Peter Trommler
af1841b4f2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=9
2014-08-21 15:34:03 +00:00
Stephan Kulow
002b01e6f2
Accepting request 185368 from devel:languages:haskell
...
Update for Haskell Platform 2013.2.0.0 (forwarded request 185246 from ptrommler)
OBS-URL: https://build.opensuse.org/request/show/185368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=3
2013-08-01 13:32:30 +00:00
Peter Trommler
5b122bcd72
Accepting request 185246 from devel:languages:haskell:platform
...
Update for Haskell Platform 2013.2.0.0
OBS-URL: https://build.opensuse.org/request/show/185246
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=7
2013-08-01 07:58:47 +00:00
Stephan Kulow
a1760c0d5a
Accepting request 147342 from devel:languages:haskell
...
New package for Haskell Platform. See: http://lists.opensuse.org/opensuse-factory/2012-12/msg00178.html .
OBS-URL: https://build.opensuse.org/request/show/147342
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-QuickCheck?expand=0&rev=1
2013-01-07 14:13:47 +00:00
Peter Trommler
14dd4cc10b
- expand macro in name tag to help source validator
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=5
2013-01-07 08:08:49 +00:00
Peter Trommler
93d897fa80
Accepting request 141648 from home:ptrommler:haskell-platform
...
HP 2012.4
OBS-URL: https://build.opensuse.org/request/show/141648
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=4
2012-11-17 16:39:00 +00:00
Peter Trommler
f4673996f6
Accepting request 123921 from home:ptrommler:haskell-platform
...
Haskell Platform 2012.2.0.0 update
OBS-URL: https://build.opensuse.org/request/show/123921
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=3
2012-06-06 17:59:02 +00:00
Peter Trommler
090602953c
Accepting request 107511 from home:ptrommler:devel:languages:haskell:platform-2011.4
...
Added BuildRoot tag needed by SLE-11-SP1
SPDX license tag
OBS-URL: https://build.opensuse.org/request/show/107511
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=2
2012-02-29 08:57:23 +00:00
Peter Trommler
2cd1a07934
Accepting request 99824 from home:ptrommler:devel:languages:haskell:platform-2011.4
...
Haskell Platform 2011.4
OBS-URL: https://build.opensuse.org/request/show/99824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-QuickCheck?expand=0&rev=1
2012-01-12 15:22:53 +00:00