osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-tasty-quickcheck revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-tasty-quickcheck?expand=0&rev=18
This commit is contained in:
parent
0873eb7367
commit
cb8e717fa5
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 20:17:42 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update tasty-quickcheck to version 0.10.3 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 09:44:59 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-tasty-quickcheck
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@ Summary: QuickCheck support for the Tasty test framework
|
||||
License: MIT
|
||||
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-QuickCheck-prof
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
name: tasty-quickcheck
|
||||
version: 0.10.3
|
||||
x-revision: 1
|
||||
x-revision: 2
|
||||
synopsis: QuickCheck support for the Tasty test framework.
|
||||
description: QuickCheck support for the Tasty test framework.
|
||||
.
|
||||
@ -32,7 +32,7 @@ library
|
||||
tagged < 0.9,
|
||||
tasty >= 1.5 && < 1.6,
|
||||
random < 1.3,
|
||||
QuickCheck >= 2.10 && < 2.15,
|
||||
QuickCheck >= 2.10 && < 2.16,
|
||||
optparse-applicative < 0.19
|
||||
|
||||
-- hs-source-dirs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user