SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

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

Name : ghc-groom
Version : 0.1.2.1 Vendor : obs://build_opensuse_org/devel:languages:haskell
Release : lp150.4.3 Date : 2018-06-06 15:01:46
Group : Development/Libraries/Haskell Source RPM : ghc-groom-0.1.2.1-lp150.4.3.src.rpm
Size : 8.71 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_15.0/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-FgCUXBc8UXj1OVkMEhLl3F-ghc8.4.3.so()(64bit)

Requires :
libHSarray-0.5.2.0-ghc8.4.3.so()(64bit)
libHSbase-4.11.1.0-ghc8.4.3.so()(64bit)
libHSbinary-0.8.5.1-ghc8.4.3.so()(64bit)
libHSbytestring-0.10.8.2-ghc8.4.3.so()(64bit)
libHScontainers-0.5.11.0-ghc8.4.3.so()(64bit)
libHScpphs-1.20.8-KvqJc32txJLH1Pcj2muqBd-ghc8.4.3.so()(64bit)
libHSdeepseq-1.4.3.0-ghc8.4.3.so()(64bit)
libHSdirectory-1.3.1.5-ghc8.4.3.so()(64bit)
libHSfilepath-1.4.2-ghc8.4.3.so()(64bit)
libHSghc-prim-0.5.2.0-ghc8.4.3.so()(64bit)
libHShaskell-src-exts-1.20.2-66wmDqusNtt2tejiOeCDMY-ghc8.4.3.so()(64bit)
libHSinteger-gmp-1.0.2.0-ghc8.4.3.so()(64bit)
libHSold-locale-1.0.0.7-26K7wLFR2jK44UeOklvTCh-ghc8.4.3.so()(64bit)
libHSold-time-1.1.0.3-2H7uVRdRD4GDRLoYt56mwc-ghc8.4.3.so()(64bit)
libHSpolyparse-1.12-AafkYPRdYin98WnFInxf9-ghc8.4.3.so()(64bit)
libHSpretty-1.1.3.6-ghc8.4.3.so()(64bit)
libHStext-1.2.3.0-ghc8.4.3.so()(64bit)
libHStime-1.8.0.2-ghc8.4.3.so()(64bit)
libHSunix-2.7.2.2-ghc8.4.3.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.14)(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libc.so.6(GLIBC_2.3)(64bit)
libc.so.6(GLIBC_2.3.2)(64bit)
libc.so.6(GLIBC_2.7)(64bit)
libdl.so.2()(64bit)
libffi.so.7()(64bit)
libffi.so.7(LIBFFI_BASE_7.0)(64bit)
libgmp.so.10()(64bit)
libm.so.6()(64bit)
libm.so.6(GLIBC_2.2.5)(64bit)
libnuma.so.1()(64bit)
libnuma.so.1(libnuma_1.1)(64bit)
libnuma.so.1(libnuma_1.2)(64bit)
libpthread.so.0()(64bit)
libpthread.so.0(GLIBC_2.2.5)(64bit)
librt.so.1()(64bit)
librt.so.1(GLIBC_2.2.5)(64bit)
librt.so.1(GLIBC_2.3.3)(64bit)
libutil.so.1()(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/bin/groom
/usr/lib64/ghc-8.4.3/groom-0.1.2.1-FgCUXBc8UXj1OVkMEhLl3F
/usr/lib64/ghc-8.4.3/groom-0.1.2.1-FgCUXBc8UXj1OVkMEhLl3F/libHSgroom-0.1.2.1-FgCUXBc8UXj1OVkMEhLl3F-ghc8.4.3.so
/usr/share/licenses/ghc-groom
/usr/share/licenses/ghc-groom/LICENSE

 
ICM