SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-data-reify rpm build for : openSUSE Tumbleweed. For other distributions click ghc-data-reify.

Name : ghc-data-reify
Version : 0.6.1 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 9.7 Date : 2017-08-03 14:00:00
Group : Development/Libraries/Haskell Source RPM : ghc-data-reify-0.6.1-9.7.src.rpm
Size : 0.03 MB
Packager : (none)
Summary : Reify a recursive data structure into an explicit graph
Description :
\'data-reify\' provided the ability to turn recursive structures into explicit
graphs. Many (implicitly or explicitly) recursive data structure can be given
this ability, via a type class instance. This gives an alternative to using
\'Ref\' for observable sharing.

Observable sharing in general is unsafe, so we use the IO monad to bound this
effect, but can be used safely even with \'unsafePerformIO\' if some simple
conditions are met. Typically this package will be used to tie the knot with
DSL\'s that depend of observable sharing, like Lava.

Providing an instance for \'MuRef\' is the mechanism for allowing a structure to
be reified into a graph, and several examples of this are provided.

History: Version 0.1 used unsafe pointer compares. Version 0.2 of \'data-reify\'
used \'StableName\'s, and was much faster. Version 0.3 provided two versions of
\'MuRef\', the mono-typed version, for trees of a single type, and the
dynamic-typed version, for trees of different types. Version 0.4 used \'Int\' as
a synonym for \'Unique\' rather than \'Data.Unique\' for node ids, by popular
demand. Version 0.5 merged the mono-typed and dynamic version again, by using
\'DynStableName\', an unphantomized version of StableName.

© 2009 Andy Gill; BSD3 license.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/haskell:/lts:/8/openSUSE_Tumbleweed/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-data-reify
ghc-data-reify(x86-64)
libHSdata-reify-0.6.1-9yf8ftZUgEfDfDe5NqRfed-ghc8.0.2.so()(64bit)

Requires :
libHSarray-0.5.1.1-ghc8.0.2.so()(64bit)
libHSbase-4.9.1.0-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libgmp.so.10()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib64/ghc-8.0.2/data-reify-0.6.1-9yf8ftZUgEfDfDe5NqRfed
/usr/lib64/ghc-8.0.2/data-reify-0.6.1-9yf8ftZUgEfDfDe5NqRfed/libHSdata-reify-0.6.1-9yf8ftZUgEfDfDe5NqRfed-ghc8.0.2.so
/usr/share/doc/packages/ghc-data-reify
/usr/share/doc/packages/ghc-data-reify/LICENSE

 
ICM