osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-MonadRandom revision:9, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-MonadRandom?expand=0&rev=11
This commit is contained in:
Ondřej Súkup 2021-08-17 09:54:11 +00:00 committed by Git OBS Bridge
parent 898fde5dd4
commit 0621beb6d4
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
name: MonadRandom
version: 0.5.3
x-revision: 1
x-revision: 2
synopsis: Random-number generation monad.
description: Support for computations which consume random values.
license: BSD3
@ -30,7 +30,7 @@ library
build-depends:
base >=4.6 && <5,
transformers >=0.3 && <0.6,
transformers-compat >=0.4 && <0.7,
transformers-compat >=0.4 && <0.8,
mtl >=2.1 && <2.3,
primitive >=0.6 && <0.8,
random >=1.0 && <1.3

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 11 10:04:49 UTC 2021 - psimons@suse.com
- Update MonadRandom to version 0.5.3 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Apr 29 09:23:50 UTC 2021 - psimons@suse.com

View File

@ -24,7 +24,7 @@ Summary: Random-number generation 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-mtl-devel
BuildRequires: ghc-primitive-devel