SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

ghc-groom rpm build for : openSUSE Leap 42. For other distributions click ghc-groom.

Name : ghc-groom
Version : 0.1.2.1 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : 1.1 Date : 2018-03-14 04:35:13
Group : Development/Libraries/Haskell Source RPM : ghc-groom-0.1.2.1-1.1.src.rpm
Size : 8.72 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:/next/openSUSE_Leap_42.3/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.1-7EL7hvrU9l33GKRYoZBQkM-ghc8.4.1.so()(64bit)

Requires :
libc.so.6()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
librt.so.1()(64bit)
libHSarray-0.5.2.0-ghc8.4.1.so()(64bit)
libHSunix-2.7.2.2-ghc8.4.1.so()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libHSold-locale-1.0.0.7-9Gu0UQBmhOPH4QzJ0qqUtk-ghc8.4.1.so()(64bit)
libffi.so.4()(64bit)
libHScontainers-0.5.11.0-ghc8.4.1.so()(64bit)
libHShaskell-src-exts-1.20.2-FYk0zNYuj8UEo64nELsHs5-ghc8.4.1.so()(64bit)
libdl.so.2()(64bit)
libHSinteger-gmp-1.0.1.0-ghc8.4.1.so()(64bit)
libHSbase-4.11.0.0-ghc8.4.1.so()(64bit)
libHSpolyparse-1.12-JRJUJ1jGcC2EmGDQOpLizl-ghc8.4.1.so()(64bit)
libHStime-1.8.0.2-ghc8.4.1.so()(64bit)
libgmp.so.10()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libHSold-time-1.1.0.3-806lo4gsOVW4C0j15ekuis-ghc8.4.1.so()(64bit)
libutil.so.1()(64bit)
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
libHSdirectory-1.3.1.5-ghc8.4.1.so()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libpthread.so.0()(64bit)
librt.so.1(GLIBC_2.3.3)(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
libHSdeepseq-1.4.3.0-ghc8.4.1.so()(64bit)
libc.so.6(GLIBC_2.7)(64bit)
libHSbinary-0.8.5.1-ghc8.4.1.so()(64bit)
rpmlib(PayloadIsLzma) <= 4.4.6-1
libHSfilepath-1.4.2-ghc8.4.1.so()(64bit)
libm.so.6()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.1.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.4.1.so()(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libHSpretty-1.1.3.6-ghc8.4.1.so()(64bit)
libHScpphs-1.20.8-1FZImm3NyRTH0mXokvzvFo-ghc8.4.1.so()(64bit)
libHStext-1.2.3.0-ghc8.4.1.so()(64bit)


Content of RPM :
/usr/bin/groom
/usr/lib64/ghc-8.4.1/groom-0.1.2.1-7EL7hvrU9l33GKRYoZBQkM
/usr/lib64/ghc-8.4.1/groom-0.1.2.1-7EL7hvrU9l33GKRYoZBQkM/libHSgroom-0.1.2.1-7EL7hvrU9l33GKRYoZBQkM-ghc8.4.1.so
/usr/share/doc/packages/ghc-groom
/usr/share/doc/packages/ghc-groom/LICENSE

 
ICM