Accepting request 1008469 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1008469 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hedgehog-quickcheck?expand=0&rev=4
This commit is contained in:
commit
68c38e4926
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 28 21:31:52 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update hedgehog-quickcheck to version 0.1.1 revision 4.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 22 14:24:46 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/3.cabal#/%{pkg_name}.cabal
|
||||
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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: 3
|
||||
x-revision: 4
|
||||
|
||||
name:
|
||||
hedgehog-quickcheck
|
||||
@ -51,7 +51,7 @@ source-repository head
|
||||
library
|
||||
build-depends:
|
||||
base >= 3 && < 5
|
||||
, hedgehog >= 0.5 && < 1.2
|
||||
, hedgehog >= 0.5 && < 1.3
|
||||
, QuickCheck >= 2.7 && < 2.15
|
||||
, transformers >= 0.4 && < 0.7
|
||||
|
||||
@ -64,4 +64,4 @@ library
|
||||
exposed-modules:
|
||||
Hedgehog.Gen.QuickCheck
|
||||
|
||||
Test.QuickCheck.Hedgehog
|
||||
Test.QuickCheck.Hedgehog
|
||||
|
Loading…
Reference in New Issue
Block a user