forked from pool/ghc-QuickCheck
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
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 19:15:20 UTC 2017 - psimons@suse.com
|
||||
|
||||
- Update to version 2.10.1.
|
||||
A more detailed change log is not available.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 3 15:38:38 UTC 2017 - psimons@suse.com
|
||||
|
||||
|
||||
+9
-10
@@ -17,9 +17,8 @@
|
||||
|
||||
|
||||
%global pkg_name QuickCheck
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 2.9.2
|
||||
Version: 2.10.1
|
||||
Release: 0
|
||||
Summary: Automatic testing of Haskell programs
|
||||
License: BSD-3-Clause
|
||||
@@ -28,14 +27,12 @@ URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-containers-devel
|
||||
BuildRequires: ghc-deepseq-devel
|
||||
BuildRequires: ghc-random-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-template-haskell-devel
|
||||
BuildRequires: ghc-tf-random-devel
|
||||
BuildRequires: ghc-transformers-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-test-framework-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
QuickCheck is a library for random testing of program properties.
|
||||
@@ -48,8 +45,13 @@ Specifications are expressed in Haskell, using combinators defined in the
|
||||
QuickCheck library. QuickCheck provides combinators to define properties,
|
||||
observe the distribution of test data, and define test data generators.
|
||||
|
||||
You can find a (slightly out-of-date but useful) manual at
|
||||
<http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html>.
|
||||
The <http://www.cse.chalmers.se/~rjmh/QuickCheck/manual.html official
|
||||
QuickCheck manual> explains how to write generators and properties; it is
|
||||
out-of-date in some details but still full of useful advice.
|
||||
|
||||
A user of QuickCheck has written an unofficial, but detailed, tutorial which
|
||||
you can find at
|
||||
<https://begriffs.com/posts/2017-01-14-design-use-quickcheck.html>.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
@@ -71,9 +73,6 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%install
|
||||
%ghc_lib_install
|
||||
|
||||
%check
|
||||
%cabal_test
|
||||
|
||||
%post devel
|
||||
%ghc_pkg_recache
|
||||
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1dbb56786854fd539315497086284dfff039a52a487319e648140e4987b6d5e5
|
||||
size 54723
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:155c1656f583bc797587846ee1959143d2b1b9c88fbcb9d3f510f58d8fb93685
|
||||
size 43417
|
||||
Reference in New Issue
Block a user