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 : openSUSE
Release : 1.11 Date : 2017-07-08 04:13:49
Group : System/Libraries Source RPM : ghc-groom-0.1.2-1.11.src.rpm
Size : 0.01 MB
Packager : http://bugs_opensuse_org
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: /vol/rzm3/linux-opensuse/distribution/leap/42.3/repo/oss/suse/x86_64

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  ghc-groom-0.1.2-1.11.x86_64.rpm
     

Provides :
ghc-groom
ghc-groom(x86-64)
libHSgroom-0.1.2-C42Rg5OZlh784emX2ix106-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)
libHSbinary-0.8.3.0-ghc8.0.2.so()(64bit)
libHSbytestring-0.10.8.1-ghc8.0.2.so()(64bit)
libHScontainers-0.5.7.1-ghc8.0.2.so()(64bit)
libHScpphs-1.20.3-yWarqn4Mi9AXKFll4OJ7I-ghc8.0.2.so()(64bit)
libHSdeepseq-1.4.2.0-ghc8.0.2.so()(64bit)
libHSdirectory-1.3.0.0-ghc8.0.2.so()(64bit)
libHSfilepath-1.4.1.1-ghc8.0.2.so()(64bit)
libHSghc-prim-0.5.0.0-ghc8.0.2.so()(64bit)
libHShaskell-src-exts-1.18.2-E0bSzuxUQZVFHaezDVo9bH-ghc8.0.2.so()(64bit)
libHSinteger-gmp-1.0.0.1-ghc8.0.2.so()(64bit)
libHSold-locale-1.0.0.7-KGBP1BSKxH5GCm0LnZP04j-ghc8.0.2.so()(64bit)
libHSold-time-1.1.0.3-KWRsMSdY26c2L27Y9n9cyq-ghc8.0.2.so()(64bit)
libHSpolyparse-1.12-E2m6M2oJN2O5rMH0PzCQ9W-ghc8.0.2.so()(64bit)
libHSpretty-1.1.3.3-ghc8.0.2.so()(64bit)
libHStext-1.2.2.1-FwvWBfkNJh1I1NMMegz0uY-ghc8.0.2.so()(64bit)
libHStime-1.6.0.1-ghc8.0.2.so()(64bit)
libHSunix-2.7.2.1-ghc8.0.2.so()(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.2.5)(64bit)
libdl.so.2()(64bit)
libgmp.so.10()(64bit)
libpthread.so.0()(64bit)
librt.so.1()(64bit)
libutil.so.1()(64bit)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib64/ghc-8.0.2/groom-0.1.2-C42Rg5OZlh784emX2ix106
/usr/lib64/ghc-8.0.2/groom-0.1.2-C42Rg5OZlh784emX2ix106/libHSgroom-0.1.2-C42Rg5OZlh784emX2ix106-ghc8.0.2.so

 
ICM