1
0

Accepting request 953469 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/953469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hedgehog-quickcheck?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2022-02-11 22:09:02 +00:00 committed by Git OBS Bridge
commit 9ab601f14e
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 27 06:47:08 UTC 2022 - Peter Simons <psimons@suse.com>
- Update hedgehog-quickcheck to version 0.1.1 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Apr 26 09:49:43 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-hedgehog-quickcheck
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -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/1.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-hedgehog-devel

View File

@ -1,5 +1,5 @@
version: 0.1.1
x-revision: 1
x-revision: 2
name:
hedgehog-quickcheck
@ -58,7 +58,7 @@ source-repository head
library
build-depends:
base >= 3 && < 5
, hedgehog >= 0.5 && < 1.1
, hedgehog >= 0.5 && < 1.2
, QuickCheck >= 2.7 && < 2.15
, transformers >= 0.4 && < 0.6