Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-MonadRandom for openSUSE:Factory checked in at 2021-05-05 20:40:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-MonadRandom (Old) and /work/SRC/openSUSE:Factory/.ghc-MonadRandom.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-MonadRandom" Wed May 5 20:40:27 2021 rev:4 rq:890694 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-MonadRandom/ghc-MonadRandom.changes 2021-04-24 23:10:06.191475414 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-MonadRandom.new.2988/ghc-MonadRandom.changes 2021-05-05 20:40:51.922689945 +0200 @@ -1,0 +2,6 @@ +Thu Apr 29 09:23:50 UTC 2021 - psim...@suse.com + +- Update MonadRandom to version 0.5.3 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- MonadRandom.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-MonadRandom.spec ++++++ --- /var/tmp/diff_new_pack.1ngD9l/_old 2021-05-05 20:40:52.490687444 +0200 +++ /var/tmp/diff_new_pack.1ngD9l/_new 2021-05-05 20:40:52.498687409 +0200 @@ -24,6 +24,7 @@ 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-primitive-devel @@ -48,6 +49,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ MonadRandom.cabal ++++++ name: MonadRandom version: 0.5.3 x-revision: 1 synopsis: Random-number generation monad. description: Support for computations which consume random values. license: BSD3 license-file: LICENSE author: Cale Gibbard and others maintainer: Brent Yorgey <byor...@gmail.com> bug-reports: https://github.com/byorgey/MonadRandom/issues 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 source-repository head type: git location: git://github.com/byorgey/MonadRandom.git library exposed-modules: Control.Monad.Random, Control.Monad.Random.Class, Control.Monad.Random.Lazy, Control.Monad.Random.Strict, Control.Monad.Trans.Random, Control.Monad.Trans.Random.Lazy, Control.Monad.Trans.Random.Strict build-depends: base >=4.6 && <5, transformers >=0.3 && <0.6, transformers-compat >=0.4 && <0.7, mtl >=2.1 && <2.3, primitive >=0.6 && <0.8, random >=1.0 && <1.3 ghc-options: -Wall default-language: Haskell2010 other-extensions: Safe if impl(ghc < 8.0) build-depends: fail >= 4.9