SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-groom
Version : 0.1.2 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 3.12 Date : 2018-03-09 20:50:47
Group : Development/Languages/Other Source RPM : ghc-groom-0.1.2-3.12.src.rpm
Size : 0.01 MB
Packager : (none)
Summary : Pretty printing for well-behaved Show instances
Description :
Automatically derived Show instances are an easy way to inspect data in your
program. However, for large data-structures, the resulting output lacks
whitespace, making it unreadable. Groom offers an replacement to `show\' called
`groom\' which attempts to pretty-print the output of `show\'. For example:

> let x = parseExp \"foobar 1 [1,2]\" > in do > putStrLn (show x) > putStrLn
(groom x)

results in:

> ParseOk (App (App (Var (UnQual (Ident \"foobar\"))) (Lit (Int 1))) (List [Lit
(Int 1),Lit (Int 2)])) > ParseOk > (App (App (Var (UnQual (Ident \"foobar\")))
(Lit (Int 1))) > (List [Lit (Int 1), Lit (Int 2)]))

Groom works only on Show instances that output valid Haskell code; if Groom
can\'t understand its input, it will not make any changes.

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

Content of RPM  Changelog  Provides Requires

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

Provides :
ghc-groom
ghc-groom(x86-64)
libHSgroom-0.1.2-KmGxBVPx40q1EUOCgsmw7g-ghc8.0.1.so()(64bit)

Requires :
libc.so.6()(64bit)
libHSfilepath-1.4.1.0-ghc8.0.1.so()(64bit)
libHSbinary-0.8.3.0-ghc8.0.1.so()(64bit)
libHSold-time-1.1.0.3-IcvdkJUsE9M8t3io8peAEp-ghc8.0.1.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.1.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSunix-2.7.2.0-ghc8.0.1.so()(64bit)
libutil.so.1()(64bit)
libHShaskell-src-exts-1.17.1-BU27S3URKeRHZZDkokF0In-ghc8.0.1.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.1.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.1.so()(64bit)
libHSdirectory-1.2.6.2-ghc8.0.1.so()(64bit)
libHSpolyparse-1.12-7sW0lbmkxhF5jvhb1ZEZJR-ghc8.0.1.so()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
librt.so.1()(64bit)
libpthread.so.0()(64bit)
libHStime-1.6.0.1-ghc8.0.1.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.1.so()(64bit)
libHScpphs-1.20.2-JJyd33DyqS2IdvgfEifJtO-ghc8.0.1.so()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSghc-prim-0.5.0.0-ghc8.0.1.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHStext-1.2.2.1-JAnD1x1IHr6H3rdrqlXcyH-ghc8.0.1.so()(64bit)
libHSbytestring-0.10.8.1-ghc8.0.1.so()(64bit)
libHSbase-4.9.0.0-ghc8.0.1.so()(64bit)
libHSold-locale-1.0.0.7-6glXNhHF891B41ZfuI8hU8-ghc8.0.1.so()(64bit)
libdl.so.2()(64bit)
libHSarray-0.5.1.1-ghc8.0.1.so()(64bit)


Content of RPM :
/usr/lib64/ghc-8.0.1/groom-0.1.2-KmGxBVPx40q1EUOCgsmw7g
/usr/lib64/ghc-8.0.1/groom-0.1.2-KmGxBVPx40q1EUOCgsmw7g/libHSgroom-0.1.2-KmGxBVPx40q1EUOCgsmw7g-ghc8.0.1.so

 
ICM