commit ghc-concurrency for openSUSE:Factory
Hello community, here is the log from the commit of package ghc-concurrency for openSUSE:Factory checked in at 2017-08-31 20:46:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-concurrency (Old) and /work/SRC/openSUSE:Factory/.ghc-concurrency.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ghc-concurrency" Thu Aug 31 20:46:39 2017 rev:2 rq:513222 version:1.1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-concurrency/ghc-concurrency.changes 2017-04-12 18:05:41.711217852 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-concurrency.new/ghc-concurrency.changes 2017-08-31 20:46:40.993818905 +0200 @@ -1,0 +2,5 @@ +Thu Jul 27 14:07:09 UTC 2017 - psimons@suse.com + +- Update to version 1.1.2.1. + +------------------------------------------------------------------- Old: ---- concurrency-1.0.0.0.tar.gz concurrency.cabal New: ---- concurrency-1.1.2.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-concurrency.spec ++++++ --- /var/tmp/diff_new_pack.TCq7Y6/_old 2017-08-31 20:46:42.397621862 +0200 +++ /var/tmp/diff_new_pack.TCq7Y6/_new 2017-08-31 20:46:42.417619055 +0200 @@ -18,14 +18,13 @@ %global pkg_name concurrency Name: ghc-%{pkg_name} -Version: 1.0.0.0 +Version: 1.1.2.1 Release: 0 Summary: Typeclasses, functions, and data types for concurrency and STM License: MIT Group: Development/Languages/Other 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-array-devel BuildRequires: ghc-atomic-primops-devel @@ -45,48 +44,6 @@ all the imports from Control.Concurrent.* to Control.Concurrent.Classy.* and fix the type errors. -A brief list of supported functionality: - -* Threads: the 'forkIO*' and 'forkOn*' functions, although bound threads are -not supported. - -* Getting and setting capablities. - -* Yielding and delaying. - -* Mutable state: STM, 'MVar', and 'IORef'. - -* Atomic compare-and-swap for 'IORef'. - -* Exceptions. - -* All of the data structures in Control.Concurrent.* and -Control.Concurrent.STM.* have typeclass-abstracted equivalents. - -This is quite a rich set of functionality, although it is not complete. -If there is something else you need, file an issue! - -This used to be part of dejafu, but with the dejafu-0.4.0.0 release, it was -split out into its own package. - -== Why this and not something else? - -* Why not base: like lifted-base, concurrency uses typeclasses to make function -types more generic. This automatically eliminates calls to `lift` in many -cases, resulting in clearer and simpler code. - -* Why not lifted-base: fundamentally, lifted-base is still using actual threads -and actual mutable variables. When using a concurrency-specific typeclass, this -isn't necessarily the case. The dejafu library provides non-IO-based -implementations to allow testing concurrent programs. - -* Why not IOSpec: IOSpec provides many of the operations this library does, -however it uses a free monad to do so, which has extra allocation overhead. -Furthermore, it does not expose enough of the internals in order to accurately -test real-execution semantics, such as relaxed memory. - -See the <https://github.com/barrucadu/dejafu README> for more details. - %package devel Summary: Haskell %{pkg_name} library development files Group: Development/Libraries/Other @@ -100,7 +57,6 @@ %prep %setup -q -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build @@ -120,5 +76,6 @@ %files devel -f %{name}-devel.files %defattr(-,root,root,-) +%doc CHANGELOG.markdown README.markdown %changelog ++++++ concurrency-1.0.0.0.tar.gz -> concurrency-1.1.2.1.tar.gz ++++++ ++++ 2618 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de