SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-atomic-primops rpm build for : OpenSuSE. For other distributions click ghc-atomic-primops.

Name : ghc-atomic-primops
Version : 0.8.0.4 Vendor : obs://build_opensuse_org/home:so_it_team
Release : 2.2 Date : 2018-08-25 07:23:47
Group : System/Libraries Source RPM : ghc-atomic-primops-0.8.0.4-2.2.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : A safe approach to CAS and other atomic ops in Haskell
Description :
After GHC 7.4 a new `casMutVar#` primop became available, but it\'s difficult to
use safely, because pointer equality is a highly unstable property in Haskell.
This library provides a safer method based on the concept of \"Tickets\".

Also, this library uses the \"foreign primop\" capability of GHC to add access to
other variants that may be of interest, specifically, compare and swap inside
an array.

Note that as of GHC 7.8, the relevant primops have been included in GHC itself.
This library is engineered to work pre- and post-GHC-7.8, while exposing the
same interface.

Changes in 0.3:

* Major internal change. Duplicate the barrier code from the GHC RTS and thus
enable support for executables that are NOT built with \'-threaded\'.

Changes in 0.4:

* Further internal changes, duplicate \'cas\' routine well as barriers.

* Add `fetchAddByteArrayInt`

* Add an `Unboxed` counter variant that uses movable \"ByteArray\"s on the GHC
heap.

Changes in 0.5:

* Remove dependency on bits-atomic unless a flag is turned on.

Changes in 0.5.0.2:

* IMPORTANT BUGFIXES - don\'t use earlier versions. They have been marked
deprecated.

Changes in 0.6.1

* This is a good version to use for GHC 7.8.3. It includes portability and bug
fixes and adds atomicModifyIORefCAS.

Changes in 0.7:

* This release adds support for GHC 7.10 and its expanded library of (now
inline) primops.

Changes in 0.8:

* Implements additional fetch primops available in GHC 7.10

Changes in 0.8.0.4:

* Internal changes to support forthcoming GHC 8.0.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/so_it_team:/12.x/SLE_12_SP3/x86_64

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
ghc-atomic-primops
ghc-atomic-primops(x86-64)
libHSatomic-primops-0.8.0.4-BD5nDdKQPts3U5a6uy8yck-ghc8.0.2.so()(64bit)

Requires :
rpmlib(CompressedFileNames) <= 3.0.4-1
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSprimitive-0.6.1.0-6AbSTw9JXz141LE5p6LGH-ghc8.0.2.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHStransformers-0.5.2.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.2/atomic-primops-0.8.0.4-BD5nDdKQPts3U5a6uy8yck
/usr/lib64/ghc-8.0.2/atomic-primops-0.8.0.4-BD5nDdKQPts3U5a6uy8yck/libHSatomic-primops-0.8.0.4-BD5nDdKQPts3U5a6uy8yck-ghc8.0.2.so
/usr/share/doc/packages/ghc-atomic-primops
/usr/share/doc/packages/ghc-atomic-primops/LICENSE

 
ICM