Hello community,

here is the log from the commit of package ghc-MonadRandom for openSUSE:Factory 
checked in at 2016-01-28 17:23:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-MonadRandom (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-MonadRandom.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-MonadRandom"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-MonadRandom/ghc-MonadRandom.changes  
2016-01-22 01:08:31.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-MonadRandom.new/ghc-MonadRandom.changes     
2016-01-28 17:24:54.000000000 +0100
@@ -1,0 +2,6 @@
+Wed Jan 20 09:49:57 UTC 2016 - [email protected]
+
+- update to 0.4.2.2
+* Allow transformers-0.5.
+
+-------------------------------------------------------------------

Old:
----
  MonadRandom-0.4.2.1.tar.gz

New:
----
  MonadRandom-0.4.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-MonadRandom.spec ++++++
--- /var/tmp/diff_new_pack.25nlEK/_old  2016-01-28 17:24:55.000000000 +0100
+++ /var/tmp/diff_new_pack.25nlEK/_new  2016-01-28 17:24:55.000000000 +0100
@@ -19,7 +19,7 @@
 %global pkg_name MonadRandom
 
 Name:           ghc-MonadRandom
-Version:        0.4.2.1
+Version:        0.4.2.2
 Release:        0
 Summary:        Random-number generation monad
 License:        MIT

++++++ MonadRandom-0.4.2.1.tar.gz -> MonadRandom-0.4.2.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MonadRandom-0.4.2.1/CHANGES.markdown 
new/MonadRandom-0.4.2.2/CHANGES.markdown
--- old/MonadRandom-0.4.2.1/CHANGES.markdown    2016-01-17 00:40:44.000000000 
+0100
+++ new/MonadRandom-0.4.2.2/CHANGES.markdown    2016-01-18 18:09:08.000000000 
+0100
@@ -1,3 +1,8 @@
+0.4.2.2 (18 January 2016)
+-------------------------
+
+  - Allow `transformers-0.5`.
+
 0.4.2.1 (16 January 2016)
 -------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/MonadRandom-0.4.2.1/MonadRandom.cabal 
new/MonadRandom-0.4.2.2/MonadRandom.cabal
--- old/MonadRandom-0.4.2.1/MonadRandom.cabal   2016-01-17 00:40:44.000000000 
+0100
+++ new/MonadRandom-0.4.2.2/MonadRandom.cabal   2016-01-18 18:09:08.000000000 
+0100
@@ -1,5 +1,5 @@
 name:                MonadRandom
-version:             0.4.2.1
+version:             0.4.2.2
 synopsis:            Random-number generation monad.
 description:         Support for computations which consume random values.
 license:             OtherLicense
@@ -11,6 +11,13 @@
 build-type:          Simple
 cabal-version:       >=1.10
 extra-source-files:  CHANGES.markdown
+tested-with:
+  GHC==7.4.2,
+  GHC==7.6.3,
+  GHC==7.8.4,
+  GHC==7.10.3,
+  GHC==8.0.1
+
 source-repository head
   type:     git
   location: git://github.com/byorgey/MonadRandom.git
@@ -18,7 +25,7 @@
 library
   exposed-modules:     Control.Monad.Random, Control.Monad.Random.Class
   build-depends:       base >= 2 && < 5,
-                       transformers >= 0.3 && < 0.5,
+                       transformers >= 0.3 && < 0.6,
                        transformers-compat >= 0.4 && < 0.6,
                        mtl >= 2.1 && < 2.3,
                        random


Reply via email to