Hello community,

here is the log from the commit of package ghc-StateVar for openSUSE:Factory 
checked in at 2018-08-20 16:19:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-StateVar (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-StateVar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-StateVar"

Mon Aug 20 16:19:58 2018 rev:10 rq:630360 version:1.1.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-StateVar/ghc-StateVar.changes        
2018-07-21 10:21:26.611012082 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-StateVar.new/ghc-StateVar.changes   
2018-08-20 16:20:07.964882784 +0200
@@ -1,0 +2,8 @@
+Fri Aug 17 09:43:16 UTC 2018 - [email protected]
+
+- Update StateVar to version 1.1.1.1.
+  1.1.1.1
+  -------
+  * Relaxed upper version bound for `stm`.
+
+-------------------------------------------------------------------

Old:
----
  StateVar-1.1.1.0.tar.gz

New:
----
  StateVar-1.1.1.1.tar.gz

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

Other differences:
------------------
++++++ ghc-StateVar.spec ++++++
--- /var/tmp/diff_new_pack.TFv1Nd/_old  2018-08-20 16:20:08.368883355 +0200
+++ /var/tmp/diff_new_pack.TFv1Nd/_new  2018-08-20 16:20:08.368883355 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name StateVar
 Name:           ghc-%{pkg_name}
-Version:        1.1.1.0
+Version:        1.1.1.1
 Release:        0
 Summary:        State variables
 License:        BSD-3-Clause

++++++ StateVar-1.1.1.0.tar.gz -> StateVar-1.1.1.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/StateVar-1.1.1.0/CHANGELOG.md 
new/StateVar-1.1.1.1/CHANGELOG.md
--- old/StateVar-1.1.1.0/CHANGELOG.md   2018-04-20 12:45:03.000000000 +0200
+++ new/StateVar-1.1.1.1/CHANGELOG.md   2018-08-14 08:22:08.000000000 +0200
@@ -1,3 +1,7 @@
+1.1.1.1
+-------
+* Relaxed upper version bound for `stm`.
+
 1.1.1.0
 -------
 * Track recent move of `Contravariant` to `base`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/StateVar-1.1.1.0/StateVar.cabal 
new/StateVar-1.1.1.1/StateVar.cabal
--- old/StateVar-1.1.1.0/StateVar.cabal 2018-04-20 12:43:27.000000000 +0200
+++ new/StateVar-1.1.1.1/StateVar.cabal 2018-08-14 08:22:16.000000000 +0200
@@ -1,5 +1,5 @@
 name: StateVar
-version: 1.1.1.0
+version: 1.1.1.1
 synopsis: State variables
 description:
   This package contains state variables, which are references in the IO monad,
@@ -22,8 +22,9 @@
   GHC == 7.10.3
   GHC == 8.0.2
   GHC == 8.2.2
-  GHC == 8.4.1
-  GHC == 8.5.*
+  GHC == 8.4.3
+  GHC == 8.6.1
+  GHC == 8.7.*
 cabal-version: >= 1.10
 extra-source-files:
   README.md
@@ -35,7 +36,7 @@
 
   build-depends:
     base         >= 4   && < 5,
-    stm          >= 2.2.0.1 && < 2.5,
+    stm          >= 2.2.0.1 && < 2.6,
     transformers >= 0.2 && < 0.6
 
   default-language: Haskell2010


Reply via email to