forked from pool/ghc-MonadRandom
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-MonadRandom revision:14, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-MonadRandom?expand=0&rev=12
This commit is contained in:
parent
0621beb6d4
commit
485acb8617
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:27184dadda0a49abac0208a1e6576b14217a60dc45b6839cd9e90af25ee00a9f
|
||||
size 11259
|
3
MonadRandom-0.6.tar.gz
Normal file
3
MonadRandom-0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c9388630895c3e68035ab804004de852b63a95d083aa140dc0e1481c854ed044
|
||||
size 11402
|
@ -1,5 +1,5 @@
|
||||
name: MonadRandom
|
||||
version: 0.5.3
|
||||
version: 0.6
|
||||
x-revision: 2
|
||||
synopsis: Random-number generation monad.
|
||||
description: Support for computations which consume random values.
|
||||
@ -12,7 +12,7 @@ category: Control
|
||||
build-type: Simple
|
||||
cabal-version: >=1.10
|
||||
extra-source-files: CHANGES.markdown
|
||||
tested-with: GHC ==7.6.3 || ==7.8.4 || ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.3 || ==8.10.1
|
||||
tested-with: GHC ==7.10.3 || ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2
|
||||
|
||||
source-repository head
|
||||
type: git
|
||||
@ -28,12 +28,12 @@ library
|
||||
Control.Monad.Trans.Random.Lazy,
|
||||
Control.Monad.Trans.Random.Strict
|
||||
build-depends:
|
||||
base >=4.6 && <5,
|
||||
transformers >=0.3 && <0.6,
|
||||
base >=4.8 && <5,
|
||||
transformers >=0.4 && <0.7,
|
||||
transformers-compat >=0.4 && <0.8,
|
||||
mtl >=2.1 && <2.3,
|
||||
mtl >=2.2.1 && <2.3 || >= 2.3.1 && < 2.4,
|
||||
primitive >=0.6 && <0.8,
|
||||
random >=1.0 && <1.3
|
||||
random >=1.0.1 && <1.3
|
||||
ghc-options: -Wall
|
||||
default-language: Haskell2010
|
||||
other-extensions: Safe
|
||||
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 9 19:37:12 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update MonadRandom to version 0.6 revision 2.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 19:53:17 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update MonadRandom to version 0.6 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 20:40:59 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update MonadRandom to version 0.6.
|
||||
Upstream has edited the change log file since the last release in
|
||||
a non-trivial way, i.e. they did more than just add a new entry
|
||||
at the top. You can review the file at:
|
||||
http://hackage.haskell.org/package/MonadRandom-0.6/src/CHANGES.markdown
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 11 10:04:49 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-MonadRandom
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name MonadRandom
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.5.3
|
||||
Version: 0.6
|
||||
Release: 0
|
||||
Summary: Random-number generation monad
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user