forked from pool/ghc-hedgehog-quickcheck
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hedgehog-quickcheck revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog-quickcheck?expand=0&rev=5
This commit is contained in:
parent
9030a92aad
commit
8a5e76295d
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 14:24:46 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hedgehog-quickcheck to version 0.1.1 revision 3.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 27 06:47:08 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -24,7 +24,7 @@ Summary: Use QuickCheck generators in Hedgehog and vice versa
|
||||
License: BSD-3-Clause
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-hedgehog-devel
|
||||
|
@ -1,5 +1,5 @@
|
||||
version: 0.1.1
|
||||
x-revision: 2
|
||||
x-revision: 3
|
||||
|
||||
name:
|
||||
hedgehog-quickcheck
|
||||
@ -34,19 +34,12 @@ cabal-version:
|
||||
build-type:
|
||||
Simple
|
||||
tested-with:
|
||||
GHC == 7.10.2
|
||||
, GHC == 7.10.3
|
||||
, GHC == 8.0.1
|
||||
, GHC == 8.0.2
|
||||
GHC == 8.0.2
|
||||
, GHC == 8.2.2
|
||||
, GHC == 8.4.1
|
||||
, GHC == 8.4.2
|
||||
, GHC == 8.4.3
|
||||
, GHC == 8.4.4
|
||||
, GHC == 8.6.1
|
||||
, GHC == 8.6.2
|
||||
, GHC == 8.6.3
|
||||
, GHC == 8.6.4
|
||||
, GHC == 8.6.5
|
||||
, GHC == 8.8.3
|
||||
, GHC == 8.10.1
|
||||
extra-source-files:
|
||||
README.md
|
||||
CHANGELOG.md
|
||||
@ -60,7 +53,7 @@ library
|
||||
base >= 3 && < 5
|
||||
, hedgehog >= 0.5 && < 1.2
|
||||
, QuickCheck >= 2.7 && < 2.15
|
||||
, transformers >= 0.4 && < 0.6
|
||||
, transformers >= 0.4 && < 0.7
|
||||
|
||||
ghc-options:
|
||||
-Wall
|
||||
@ -71,4 +64,4 @@ library
|
||||
exposed-modules:
|
||||
Hedgehog.Gen.QuickCheck
|
||||
|
||||
Test.QuickCheck.Hedgehog
|
||||
Test.QuickCheck.Hedgehog
|
Loading…
Reference in New Issue
Block a user