diff --git a/ghc-tasty-quickcheck.changes b/ghc-tasty-quickcheck.changes index 831c71f..f1ead9b 100644 --- a/ghc-tasty-quickcheck.changes +++ b/ghc-tasty-quickcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 22 20:17:42 UTC 2024 - Peter Simons + +- 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 diff --git a/ghc-tasty-quickcheck.spec b/ghc-tasty-quickcheck.spec index 5fa859a..106195c 100644 --- a/ghc-tasty-quickcheck.spec +++ b/ghc-tasty-quickcheck.spec @@ -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 diff --git a/tasty-quickcheck.cabal b/tasty-quickcheck.cabal index a8688f4..5376b9f 100644 --- a/tasty-quickcheck.cabal +++ b/tasty-quickcheck.cabal @@ -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: