diff --git a/ghc-monad-par.changes b/ghc-monad-par.changes index 864de20..41f58ba 100644 --- a/ghc-monad-par.changes +++ b/ghc-monad-par.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 8 01:21:45 UTC 2022 - Peter Simons + +- Update monad-par to version 0.3.5 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-monad-par.spec b/ghc-monad-par.spec index a174f09..0cf3ba9 100644 --- a/ghc-monad-par.spec +++ b/ghc-monad-par.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-monad-par # -# Copyright (c) 2020 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 @@ -25,7 +25,7 @@ Summary: A library for parallel programming based on a monad 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-abstract-deque-devel BuildRequires: ghc-abstract-par-devel diff --git a/monad-par.cabal b/monad-par.cabal index 3bffa35..50775d4 100644 --- a/monad-par.cabal +++ b/monad-par.cabal @@ -1,6 +1,6 @@ Name: monad-par Version: 0.3.5 -x-revision: 1 +x-revision: 2 Synopsis: A library for parallel programming based on a monad @@ -121,7 +121,7 @@ Library , mwc-random >= 0.11 , containers , parallel >= 3.1 - , mtl >= 2.0.1.0 + , mtl >= 2.0.1.0 && < 2.3 if flag(chaselev) cpp-options: -DUSE_CHASELEV