1
0

osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hedgehog-quickcheck revision:3, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog-quickcheck?expand=0&rev=3
This commit is contained in:
Peter Simons 2022-02-09 13:44:52 +00:00 committed by Git OBS Bridge
parent e016d11d10
commit 9d915a09bf
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:12 UTC 2022 - 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