Result for 907BFA5C6F9C24580B290C72269A7A3F4FA50CF0

Query result

Key Value
FileName./usr/share/doc/libghc-hscolour-prof/buildinfo_amd64.gz
FileSize2755
MD506EB44E03EB8BCC562DFD52D541311AD
SHA-1907BFA5C6F9C24580B290C72269A7A3F4FA50CF0
SHA-2567494BBF7B2886C0D6FE30A1488AE1C6529DCA026965786D43279109BCB065328
SSDEEP48:XyYqXfyaKeIwj5lzKwzvk90NFJycvm8aB6O/viwCiTzNOm+dk5NHwN4mG5a5g:xEfxKzGKwzo0NKemyO/vLVzNOnkxwxs
TLSHT121513808D215415AB62BFF7A03DCF299986A94D72CFAAE3B625932444ECC1BD1BCC104
hashlookup:parent-total65
hashlookup:trust100

Network graph view

Parents (Total: 65)

The searched file hash is included in 65 parent files which include package known and seen by metalookup. A sample is included below:

Key Value
FileSize22728
MD5AB887448225EBC48AF225FAEA951DEE3
PackageDescriptionuse GHC call-stacks in a backward compatible way Source locations in a GHC call stack. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-call-stack-dev
PackageSectionhaskell
PackageVersion0.2.0-1+b1
SHA-101A558A7F5FAE165301302D3539D468C3C6858A2
SHA-2566B830EC6BC809E0A1248E8AFB3D7D91E061DF34D3565B7AE7D15D893FFF17B50
Key Value
FileSize56420
MD59A4533C8723313BB21C06750B17C98F7
PackageDescriptionWadler/Leijen Pretty Printer, with annotation support This is a modified version of wl-pprint, which was based on Wadler's paper "A Prettier Printer". This version allows the library user to annotate the text with semantic information, which can later be rendered in a variety of ways. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-annotated-wl-pprint-dev
PackageSectionhaskell
PackageVersion0.7.0-4+b1
SHA-10745FF7AB6DB0FE4AD61E7CB97D8D0BC996A1258
SHA-256292C6ACE12CF8BB05E3D677DAF1D62643555CE7454CB1713DAAC810078EB0145
Key Value
FileSize27548
MD538EB61FCE5B330B34977A3E80AA533F6
PackageDescriptionWindows code page library for Haskell Functions which adjust code pages on Windows, and do nothing on other operating systems. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-code-page-dev
PackageSectionhaskell
PackageVersion0.2-2+b1
SHA-1096FE6AC749D1B28CE1E0D86892FC655A0CE33BC
SHA-25671490CB1909859AFDA8FAEC11B5042CBBF3E541020CC34047E7766300D1D70AD
Key Value
FileSize34500
MD500671919F41C574F52F8847543B87243
PackageDescriptionmonad for managed values; profiling libraries In Haskell you very often acquire values using the with... idiom using functions of type (a -> IO r) -> IO r. This idiom forms a Monad, which is a special case of the ContT monad (from transformers) or the Codensity monad (from kan-extensions). The main purpose behind this package is to provide a restricted form of these monads specialized to this unusually common case. . The reason this package defines a specialized version of these types is to: . * be more beginner-friendly, * simplify inferred types and error messages, and: * provide some additional type class instances that would otherwise be orphan instances . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-managed-prof
PackageSectionhaskell
PackageVersion1.0.7-2+b1
SHA-10A7AB0A570B0686D6CAB85C10290F4F8AA7FD682
SHA-256C3B2BCD96EFA23FBAEB2C3FBE01F9E922DF89CC42C7828B1A5688B967E07C417
Key Value
FileSize24520
MD553E076E7E073F8EB4F76B720942FAB5F
PackageDescriptionread and write hexadecimal floating point numbers; profiling libraries Read and write hexadecimal floating point numbers. Provides a quasiquoter for entering hex-float literals, and a function for printing them in hexadecimal. . This package provides a library for the Haskell programming language, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-floatinghex-prof
PackageSectionhaskell
PackageVersion0.4-4+b1
SHA-10D27EF93F2B480A08B8482B842075BCA4D710C21
SHA-256832CA184140D39B3C66C4DF0C78830B8EDD261157E80DC1225DE0A89D77FC335
Key Value
FileSize18092
MD5D0A17487DC057517796C944A5833AE3E
PackageDescriptiondecidable propositions This package provides a Dec type for decidable (nullary) relations. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-dec-dev
PackageSectionhaskell
PackageVersion0.0.3-4+b1
SHA-11BFC9A587CBFE03499A793A9CA7AE9C0A6C05990
SHA-25610FAD9DFBCC9AC24BD40BB752484DE535D1DE3ADA613B5558ED113093AA2BDE2
Key Value
FileSize245352
MD51DA3CB634AA6D7A3BB4C4B508FCEFE25
PackageDescriptionefficient lazy parsers for CSV (comma-separated values) The CSV format is defined by RFC 4180. These efficient lazy parsers (String and ByteString variants) can report all CSV formatting errors, whilst also returning all the valid data, so the user can choose whether to continue, to show warnings, or to halt on error. Valid fields retain information about their original location in the input, so a secondary parser from textual fields to typed values can give intelligent error messages.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamehaskell-lazy-csv-utils
PackageSectionmisc
PackageVersion0.5.1-4+b1
SHA-11C367E55F07AE3B05F8F092397BDA38ED29BC510
SHA-25637A60D126DDDFB432128DCA868B4482EA334BE14D1A34C2D298087938E3CF940
Key Value
FileSize302548
MD56093C1C00BBF4150F7D142FC6D89DDDD
PackageDescriptionHaskell program to colourise Haskell code HsColour currently has five output formats: ANSI terminal codes, HTML 3.2 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client codes.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamehscolour
PackageSectionhaskell
PackageVersion1.24.4-3+b1
SHA-12275E5D0845DE7141DE9333658DCA06339E73DCD
SHA-2563DC317C778903BC7192018AF0EA08CAA7A49D0E771796DDFFB3BAA1583A6FC69
Key Value
FileSize252168
MD5C96109A0A6ECDB9F7185368FA213465A
PackageDescriptionGHC libraries for colourising Haskell code HsColour currently has five output formats: ANSI terminal codes, HTML 3.2 with <font> tags, HTML 4.01 with CSS, LaTeX, and mIRC chat client codes. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-hscolour-dev
PackageSectionhaskell
PackageVersion1.24.4-3+b1
SHA-12512D4AFA393E542B677B9BAF3781F3D128F6D36
SHA-256309AC298E1FBD2D5700C736FBFD6A0585389E485C146A4231E0E8A0FD44F6ADD
Key Value
FileSize63420
MD56E32CDB77718058613A42F50501ACE2F
PackageDescriptioncombinatorial algorithms over multisets Various combinatorial algorithms over multisets, including generating all permutations, partitions, size-2 partitions, size-k subsets, necklaces, and bracelets. . This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-multiset-comb-dev
PackageSectionhaskell
PackageVersion0.2.4.1-5+b1
SHA-12561537BE2C52DBE17A9A90A18FE7AEF196BAA66
SHA-2562E39E2FD4937F0BA22CFAFE0B1AEDA54FAE4A059F12ED358589FCDADFAFD959B