diff --git a/ghc-hedgehog-quickcheck.changes b/ghc-hedgehog-quickcheck.changes index ea2a0cc..c7d90da 100644 --- a/ghc-hedgehog-quickcheck.changes +++ b/ghc-hedgehog-quickcheck.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Feb 4 12:15:12 UTC 2022 - psimons@suse.com + +- Update hedgehog-quickcheck to version 0.1.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Apr 26 09:49:43 UTC 2021 - psimons@suse.com diff --git a/ghc-hedgehog-quickcheck.spec b/ghc-hedgehog-quickcheck.spec index fd83bb8..e679692 100644 --- a/ghc-hedgehog-quickcheck.spec +++ b/ghc-hedgehog-quickcheck.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-hedgehog-quickcheck # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -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/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-hedgehog-devel diff --git a/hedgehog-quickcheck.cabal b/hedgehog-quickcheck.cabal index f640e0a..ebe86be 100644 --- a/hedgehog-quickcheck.cabal +++ b/hedgehog-quickcheck.cabal @@ -1,5 +1,5 @@ version: 0.1.1 -x-revision: 1 +x-revision: 2 name: hedgehog-quickcheck @@ -58,7 +58,7 @@ source-repository head library build-depends: base >= 3 && < 5 - , hedgehog >= 0.5 && < 1.1 + , hedgehog >= 0.5 && < 1.2 , QuickCheck >= 2.7 && < 2.15 , transformers >= 0.4 && < 0.6