From 761ef3babc1841e610cb19aa6ab9cc86008b5167fe51d406402b95171839a2ad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:23 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hedgehog-quickcheck revision:6, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hedgehog-quickcheck?expand=0&rev=7 --- ghc-hedgehog-quickcheck.changes | 6 ++++++ ghc-hedgehog-quickcheck.spec | 2 +- hedgehog-quickcheck.cabal | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ghc-hedgehog-quickcheck.changes b/ghc-hedgehog-quickcheck.changes index eb27c8b..5377bec 100644 --- a/ghc-hedgehog-quickcheck.changes +++ b/ghc-hedgehog-quickcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 28 21:31:52 UTC 2022 - Peter Simons + +- Update hedgehog-quickcheck to version 0.1.1 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sun May 22 14:24:46 UTC 2022 - Peter Simons diff --git a/ghc-hedgehog-quickcheck.spec b/ghc-hedgehog-quickcheck.spec index 99c9087..ef36069 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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 7d6064d..4cc116f 100644 --- a/hedgehog-quickcheck.cabal +++ b/hedgehog-quickcheck.cabal @@ -1,5 +1,5 @@ version: 0.1.1 -x-revision: 3 +x-revision: 4 name: hedgehog-quickcheck @@ -51,7 +51,7 @@ source-repository head library build-depends: base >= 3 && < 5 - , hedgehog >= 0.5 && < 1.2 + , hedgehog >= 0.5 && < 1.3 , QuickCheck >= 2.7 && < 2.15 , transformers >= 0.4 && < 0.7 @@ -64,4 +64,4 @@ library exposed-modules: Hedgehog.Gen.QuickCheck - Test.QuickCheck.Hedgehog \ No newline at end of file + Test.QuickCheck.Hedgehog