Hello community,
here is the log from the commit of package ghc-stm-containers for
openSUSE:Factory checked in at 2016-05-31 12:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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
2016-05-17 17:16:01.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-stm-containers.new/ghc-stm-containers.changes
2016-05-31 12:24:37.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 26 05:58:29 UTC 2016 - [email protected]
+
+- update to 0.2.13
+
+-------------------------------------------------------------------
Old:
----
stm-containers-0.2.11.tar.gz
New:
----
stm-containers-0.2.13.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-stm-containers.spec ++++++
--- /var/tmp/diff_new_pack.XZ6baR/_old 2016-05-31 12:24:38.000000000 +0200
+++ /var/tmp/diff_new_pack.XZ6baR/_new 2016-05-31 12:24:38.000000000 +0200
@@ -20,7 +20,7 @@
%bcond_with tests
Name: ghc-stm-containers
-Version: 0.2.11
+Version: 0.2.13
Release: 0
Summary: Containers for STM
Group: System/Libraries
++++++ stm-containers-0.2.11.tar.gz -> stm-containers-0.2.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/stm-containers-0.2.11/stm-containers.cabal
new/stm-containers-0.2.13/stm-containers.cabal
--- old/stm-containers-0.2.11/stm-containers.cabal 2016-05-14
09:21:20.000000000 +0200
+++ new/stm-containers-0.2.13/stm-containers.cabal 2016-05-24
07:55:09.000000000 +0200
@@ -1,13 +1,13 @@
name:
stm-containers
version:
- 0.2.11
+ 0.2.13
synopsis:
Containers for STM
description:
This library is based on an STM-specialized implementation of a
Hash Array Mapped Trie.
- It provides efficient implementations of @Map@, @Set@
+ It provides efficient implementations of @Map@, @Set@
and other data structures,
which are slightly slower than their counterparts from
\"unordered-containers\",
but scale very well on concurrent access patterns.
@@ -17,9 +17,9 @@
category:
Data Structures, STM, Concurrency
homepage:
- https://github.com/nikita-volkov/stm-containers
+ https://github.com/nikita-volkov/stm-containers
bug-reports:
- https://github.com/nikita-volkov/stm-containers/issues
+ https://github.com/nikita-volkov/stm-containers/issues
author:
Nikita Volkov <[email protected]>
maintainer:
@@ -65,12 +65,13 @@
-- control:
list-t >= 0.2 && < 0.5,
focus >= 0.1.2 && < 0.2,
- transformers >= 0.2 && < 0.6,
+ transformers >= 0.3 && < 0.6,
-- general:
primitive >= 0.5 && < 0.7,
- base-prelude < 2
+ base-prelude < 2,
+ base < 4.10
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
@@ -103,9 +104,10 @@
-- general:
primitive,
mtl-prelude < 3,
- base-prelude
+ base-prelude,
+ base
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
@@ -135,15 +137,16 @@
mtl == 2.*,
hashable,
mtl-prelude < 3,
- base-prelude
+ base-prelude,
+ base
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
benchmark insertion-bench
- type:
+ type:
exitcode-stdio-1.0
hs-source-dirs:
executables
@@ -152,7 +155,7 @@
ghc-options:
-O2 -threaded "-with-rtsopts=-N"
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
build-depends:
@@ -164,7 +167,7 @@
list-t >= 0.2 && < 0.5,
focus >= 0.1.2 && < 0.2,
hashable < 1.3,
- hashtables == 1.1.*,
+ hashtables >= 1.1 && < 1.3,
containers == 0.5.*,
unordered-containers == 0.2.*,
stm-containers,
@@ -177,7 +180,7 @@
benchmark concurrent-insertion-bench
- type:
+ type:
exitcode-stdio-1.0
hs-source-dirs:
executables
@@ -186,7 +189,7 @@
ghc-options:
-O2 -threaded "-with-rtsopts=-N"
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
build-depends:
@@ -205,13 +208,13 @@
placeholders == 0.1.*,
-- general:
free >= 4.5 && < 5,
- async == 2.0.*,
+ async >= 2.0 && < 2.2,
base-prelude,
base
benchmark concurrent-transactions-bench
- type:
+ type:
exitcode-stdio-1.0
hs-source-dirs:
executables
@@ -220,7 +223,7 @@
ghc-options:
-O2 -threaded "-with-rtsopts=-N"
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
+ Arrows, BangPatterns, ConstraintKinds, DataKinds, DefaultSignatures,
DeriveDataTypeable, DeriveFunctor, DeriveGeneric, EmptyDataDecls,
FlexibleContexts, FlexibleInstances, FunctionalDependencies, GADTs,
GeneralizedNewtypeDeriving, LambdaCase, LiberalTypeSynonyms, MagicHash,
MultiParamTypeClasses, MultiWayIf, NoImplicitPrelude,
NoMonomorphismRestriction, OverloadedStrings, PatternGuards, ParallelListComp,
QuasiQuotes, RankNTypes, RecordWildCards, ScopedTypeVariables,
StandaloneDeriving, TemplateHaskell, TupleSections, TypeFamilies,
TypeOperators, UnboxedTuples
default-language:
Haskell2010
build-depends:
@@ -241,7 +244,7 @@
-- general:
mtl == 2.*,
free >= 4.5 && < 5,
- async == 2.0.*,
+ async >= 2.0 && < 2.2,
mtl-prelude < 3,
base-prelude,
base