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>
|
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
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-QuickCheck-devel
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
BuildRequires: ghc-hedgehog-devel
|
BuildRequires: ghc-hedgehog-devel
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
version: 0.1.1
|
version: 0.1.1
|
||||||
x-revision: 3
|
x-revision: 4
|
||||||
|
|
||||||
name:
|
name:
|
||||||
hedgehog-quickcheck
|
hedgehog-quickcheck
|
||||||
@ -51,7 +51,7 @@ source-repository head
|
|||||||
library
|
library
|
||||||
build-depends:
|
build-depends:
|
||||||
base >= 3 && < 5
|
base >= 3 && < 5
|
||||||
, hedgehog >= 0.5 && < 1.2
|
, hedgehog >= 0.5 && < 1.3
|
||||||
, QuickCheck >= 2.7 && < 2.15
|
, QuickCheck >= 2.7 && < 2.15
|
||||||
, transformers >= 0.4 && < 0.7
|
, transformers >= 0.4 && < 0.7
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user