From 485acb8617a9b7175da5cdcee9777218fc3b6c30a627cb4dfe6b002f3296147a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 17 Jan 2023 18:08:20 +0000 Subject: [PATCH] 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 --- MonadRandom-0.5.3.tar.gz | 3 --- MonadRandom-0.6.tar.gz | 3 +++ MonadRandom.cabal | 12 ++++++------ ghc-MonadRandom.changes | 21 +++++++++++++++++++++ ghc-MonadRandom.spec | 4 ++-- 5 files changed, 32 insertions(+), 11 deletions(-) delete mode 100644 MonadRandom-0.5.3.tar.gz create mode 100644 MonadRandom-0.6.tar.gz diff --git a/MonadRandom-0.5.3.tar.gz b/MonadRandom-0.5.3.tar.gz deleted file mode 100644 index 9be2696..0000000 --- a/MonadRandom-0.5.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27184dadda0a49abac0208a1e6576b14217a60dc45b6839cd9e90af25ee00a9f -size 11259 diff --git a/MonadRandom-0.6.tar.gz b/MonadRandom-0.6.tar.gz new file mode 100644 index 0000000..619684a --- /dev/null +++ b/MonadRandom-0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9388630895c3e68035ab804004de852b63a95d083aa140dc0e1481c854ed044 +size 11402 diff --git a/MonadRandom.cabal b/MonadRandom.cabal index c329278..7a28ba0 100644 --- a/MonadRandom.cabal +++ b/MonadRandom.cabal @@ -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 diff --git a/ghc-MonadRandom.changes b/ghc-MonadRandom.changes index 3f978b3..1de266f 100644 --- a/ghc-MonadRandom.changes +++ b/ghc-MonadRandom.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Jan 9 19:37:12 UTC 2023 - Peter Simons + +- 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 + +- 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 + +- 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 diff --git a/ghc-MonadRandom.spec b/ghc-MonadRandom.spec index f453f2e..b762ff4 100644 --- a/ghc-MonadRandom.spec +++ b/ghc-MonadRandom.spec @@ -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