Hello community,

here is the log from the commit of package ghc-stm-containers for 
openSUSE:Factory checked in at 2016-02-17 10:25:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-stm-containers (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-stm-containers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-stm-containers"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-stm-containers/ghc-stm-containers.changes    
2015-11-10 10:02:06.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-stm-containers.new/ghc-stm-containers.changes   
    2016-02-17 12:12:00.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Feb 14 07:28:17 UTC 2016 - [email protected]
+
+- update to 0.2.10
+
+-------------------------------------------------------------------

Old:
----
  stm-containers-0.2.9.tar.gz

New:
----
  stm-containers-0.2.10.tar.gz

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

Other differences:
------------------
++++++ ghc-stm-containers.spec ++++++
--- /var/tmp/diff_new_pack.pDACeO/_old  2016-02-17 12:12:01.000000000 +0100
+++ /var/tmp/diff_new_pack.pDACeO/_new  2016-02-17 12:12:01.000000000 +0100
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:           ghc-stm-containers
-Version:        0.2.9
+Version:        0.2.10
 Release:        0
 Summary:        Containers for STM
 Group:          System/Libraries

++++++ stm-containers-0.2.9.tar.gz -> stm-containers-0.2.10.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/stm-containers-0.2.9/stm-containers.cabal 
new/stm-containers-0.2.10/stm-containers.cabal
--- old/stm-containers-0.2.9/stm-containers.cabal       2015-03-30 
10:44:11.000000000 +0200
+++ new/stm-containers-0.2.10/stm-containers.cabal      2016-02-12 
13:36:47.000000000 +0100
@@ -1,7 +1,7 @@
 name:
   stm-containers
 version:
-  0.2.9
+  0.2.10
 synopsis:
   Containers for STM
 description:
@@ -61,17 +61,17 @@
     STMContainers.Set
   build-depends:
     -- data:
-    hashable < 1.3,
+    hashable < 2,
     -- control:
     list-t >= 0.2 && < 0.5,
     focus >= 0.1.2 && < 0.2,
-    transformers >= 0.2 && < 0.5,
+    transformers >= 0.2 && < 0.6,
     -- debugging:
     loch-th == 0.2.*,
     placeholders == 0.1.*,
     -- general:
     primitive >= 0.5 && < 0.7,
-    base-prelude == 0.1.*
+    base-prelude < 2
   default-extensions:
     Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, 
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, 
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, 
GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, 
LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, 
NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, 
ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, 
ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, 
TypeFamilies, TypeOperators, UnboxedTuples
   default-language:
@@ -92,21 +92,21 @@
     -- testing:
     free >= 4.6 && < 5,
     mtl == 2.*,
-    QuickCheck >= 2.6 && < 2.8,
-    HTF == 0.12.*,
+    QuickCheck >= 2.6 && < 3,
+    HTF == 0.13.*,
     -- data:
     hashable < 1.3,
     -- control:
     list-t >= 0.2 && < 0.5,
     focus >= 0.1.2 && < 0.2,
-    transformers >= 0.2 && < 0.5,
+    transformers,
     -- debugging:
     loch-th == 0.2.*,
     placeholders == 0.1.*,
     -- general:
-    primitive == 0.5.*,
+    primitive,
     mtl-prelude < 3,
-    base-prelude == 0.1.*
+    base-prelude
   default-extensions:
     Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, 
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, 
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, 
GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, 
LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, 
NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, 
ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, 
ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, 
TypeFamilies, TypeOperators, UnboxedTuples
   default-language:
@@ -124,22 +124,21 @@
     APITests.MapTests
     APITests.MapTests.Update
   build-depends:
-    QuickCheck == 2.7.*,
-    HTF == 0.12.*,
+    QuickCheck >= 2.7 && < 3,
+    HTF == 0.13.*,
     stm-containers,
     -- debugging:
     loch-th == 0.2.*,
     placeholders == 0.1.*,
     -- general:
-    base-prelude == 0.1.*,
     list-t >= 0.2 && < 0.5,
     focus >= 0.1.2 && < 0.2,
     unordered-containers == 0.2.*,
     free >= 4.6 && < 5,
     mtl == 2.*,
-    hashable < 1.3,
+    hashable,
     mtl-prelude < 3,
-    base-prelude == 0.1.*
+    base-prelude
   default-extensions:
     Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures, 
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls, 
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs, 
GeneralizedNewtypeDeriving, ImpredicativeTypes, LambdaCase, 
LiberalTypeSynonyms, MagicHash, MultiParamTypeClasses, MultiWayIf, 
NoImplicitPrelude, NoMonomorphismRestriction, OverloadedStrings, PatternGuards, 
ParallelListComp, QuasiQuotes, RankNTypes, RecordWildCards, 
ScopedTypeVariables, StandaloneDeriving, TemplateHaskell, TupleSections, 
TypeFamilies, TypeOperators, UnboxedTuples
   default-language:
@@ -162,7 +161,7 @@
   build-depends:
     mwc-random == 0.13.*,
     mwc-random-monad == 0.7.*,
-    criterion == 0.8.*,
+    criterion == 1.1.*,
     -- data:
     text < 1.3,
     list-t >= 0.2 && < 0.5,
@@ -176,7 +175,7 @@
     loch-th == 0.2.*,
     placeholders == 0.1.*,
     -- general:
-    base-prelude == 0.1.*,
+    base-prelude,
     base
 
 
@@ -194,7 +193,7 @@
   default-language:
     Haskell2010
   build-depends:
-    criterion == 0.8.*,
+    criterion == 1.1.*,
     mwc-random == 0.13.*,
     mwc-random-monad == 0.7.*,
     -- data:
@@ -210,7 +209,7 @@
     -- general:
     free >= 4.5 && < 5,
     async == 2.0.*,
-    base-prelude == 0.1.*,
+    base-prelude,
     base
 
 
@@ -228,7 +227,7 @@
   default-language:
     Haskell2010
   build-depends:
-    criterion == 0.8.*,
+    criterion == 1.1.*,
     mwc-random == 0.13.*,
     mwc-random-monad == 0.7.*,
     -- data:
@@ -247,5 +246,5 @@
     free >= 4.5 && < 5,
     async == 2.0.*,
     mtl-prelude < 3,
-    base-prelude == 0.1.*,
+    base-prelude,
     base


Reply via email to