Accepting request 987066 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/987066
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-monad-par?expand=0&rev=3
This commit is contained in:
Richard Brown 2022-08-01 19:30:12 +00:00 committed by Git OBS Bridge
commit 871f47a18c
3 changed files with 10 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun May 8 01:21:45 UTC 2022 - Peter Simons <psimons@suse.com>
- 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 <mimi.vx@gmail.com>

View File

@ -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

View File

@ -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