Accepting request 1251463 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1251463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-tasty-rerun?expand=0&rev=15
This commit is contained in:
Ana Guerrero 2025-03-10 17:04:20 +00:00 committed by Git OBS Bridge
commit bf53b82772
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Mar 1 13:59:51 UTC 2025 - Peter Simons <psimons@suse.com>
- Update tasty-rerun to version 1.1.19 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Dec 15 00:59:52 UTC 2024 - Peter Simons <psimons@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-tasty-rerun
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -25,7 +25,7 @@ Summary: Rerun only tests which failed in a previous test run
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/4.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/5.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof

View File

@ -1,6 +1,6 @@
name: tasty-rerun
version: 1.1.19
x-revision: 4
x-revision: 5
homepage: http://github.com/ocharles/tasty-rerun
license: BSD3
license-file: LICENSE
@ -39,7 +39,7 @@ library
exposed-modules: Test.Tasty.Ingredients.Rerun
build-depends:
base >=4.6 && <4.22,
containers >= 0.5.0.0 && < 0.8,
containers >= 0.5.0.0 && < 0.9,
mtl >= 2.1.2 && < 2.4,
optparse-applicative >= 0.6 && < 0.19,
split >= 0.1 && < 0.3,