From 8a5e76295d66b8fde2850a604f40eaeac245666341f9e236ba0520e829891710 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:12 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hedgehog-quickcheck revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog-quickcheck?expand=0&rev=5 --- ghc-hedgehog-quickcheck.changes | 6 ++++++ ghc-hedgehog-quickcheck.spec | 2 +- hedgehog-quickcheck.cabal | 21 +++++++-------------- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/ghc-hedgehog-quickcheck.changes b/ghc-hedgehog-quickcheck.changes index 09b9588..eb27c8b 100644 --- a/ghc-hedgehog-quickcheck.changes +++ b/ghc-hedgehog-quickcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 22 14:24:46 UTC 2022 - Peter Simons + +- Update hedgehog-quickcheck to version 0.1.1 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Jan 27 06:47:08 UTC 2022 - Peter Simons diff --git a/ghc-hedgehog-quickcheck.spec b/ghc-hedgehog-quickcheck.spec index e679692..99c9087 100644 --- a/ghc-hedgehog-quickcheck.spec +++ b/ghc-hedgehog-quickcheck.spec @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-hedgehog-devel diff --git a/hedgehog-quickcheck.cabal b/hedgehog-quickcheck.cabal index ebe86be..7d6064d 100644 --- a/hedgehog-quickcheck.cabal +++ b/hedgehog-quickcheck.cabal @@ -1,5 +1,5 @@ version: 0.1.1 -x-revision: 2 +x-revision: 3 name: hedgehog-quickcheck @@ -34,19 +34,12 @@ cabal-version: build-type: Simple tested-with: - GHC == 7.10.2 - , GHC == 7.10.3 - , GHC == 8.0.1 - , GHC == 8.0.2 + GHC == 8.0.2 , GHC == 8.2.2 - , GHC == 8.4.1 - , GHC == 8.4.2 - , GHC == 8.4.3 , GHC == 8.4.4 - , GHC == 8.6.1 - , GHC == 8.6.2 - , GHC == 8.6.3 - , GHC == 8.6.4 + , GHC == 8.6.5 + , GHC == 8.8.3 + , GHC == 8.10.1 extra-source-files: README.md CHANGELOG.md @@ -60,7 +53,7 @@ library base >= 3 && < 5 , hedgehog >= 0.5 && < 1.2 , QuickCheck >= 2.7 && < 2.15 - , transformers >= 0.4 && < 0.6 + , transformers >= 0.4 && < 0.7 ghc-options: -Wall @@ -71,4 +64,4 @@ library exposed-modules: Hedgehog.Gen.QuickCheck - Test.QuickCheck.Hedgehog + Test.QuickCheck.Hedgehog \ No newline at end of file