SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-vector-builder rpm build for : OpenSuSE. For other distributions click ghc-vector-builder.

Name : ghc-vector-builder
Version : 0.3.4.1 Vendor : obs://build_opensuse_org/home:ShikharJ
Release : 1.1 Date : 2018-07-26 13:54:06
Group : Development/Libraries/Haskell Source RPM : ghc-vector-builder-0.3.4.1-1.1.src.rpm
Size : 0.04 MB
Packager : (none)
Summary : Vector builder
Description :
An API for efficient and convenient construction of vectors. It provides the
composable `Builder` abstraction, which has instances of the `Monoid` and
`Semigroup` classes.

[Usage]

First you use the `Builder` abstraction to specify the structure of the vector.
Then you execute the builder to actually produce the vector.

[Example]

The following code shows how you can efficiently concatenate different
datastructures into a single immutable vector:

> >import qualified Data.Vector as A >import qualified VectorBuilder.Builder as
B >import qualified VectorBuilder.Vector as C > > >myVector :: A.Vector a ->
[a] -> a -> A.Vector a >myVector vector list element = > C.build builder >
where > builder = > B.vector vector < > > foldMap B.singleton list < > >
B.singleton element.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/ShikharJ:/HaskellStack/SLE_12_SP3_Backports/x86_64

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-vector-builder
ghc-vector-builder(x86-64)
libHSvector-builder-0.3.4.1-G6sJChA5yIJJSKu4O10Nr9-ghc8.4.3.so()(64bit)

Requires :
libHSbase-prelude-1.3-6USA4MwBClb3KaEhnb0gD7-ghc8.4.3.so()(64bit)
libc.so.6()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSsemigroups-0.18.5-E4FVMc5VZAG98u64romz5-ghc8.4.3.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.3.so()(64bit)
libHSarray-0.5.2.0-ghc8.4.3.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSvector-0.12.0.1-1fezwShzdEfG3Hp1Pmvjkq-ghc8.4.3.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSinteger-gmp-1.0.2.0-ghc8.4.3.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSprimitive-0.6.4.0-39Pwmm1zkQX6bM7xFUT3Jc-ghc8.4.3.so()(64bit)
libm.so.6()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.3.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.3.so()(64bit)
libHStransformers-0.5.5.0-ghc8.4.3.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.4.3/vector-builder-0.3.4.1-G6sJChA5yIJJSKu4O10Nr9
/usr/lib64/ghc-8.4.3/vector-builder-0.3.4.1-G6sJChA5yIJJSKu4O10Nr9/libHSvector-builder-0.3.4.1-G6sJChA5yIJJSKu4O10Nr9-ghc8.4.3.so
/usr/share/licenses/ghc-vector-builder
/usr/share/licenses/ghc-vector-builder/LICENSE

 
ICM