Result for C37F69DB06955F5EB885C79AA72DF1D67361351A

Query result

Key Value
FileName./usr/share/doc/libghc-hscolour-prof/buildinfo_i386.gz
FileSize2741
MD5C8ED8A18AF5FE93F6AB80FDD95BD4C0A
SHA-1C37F69DB06955F5EB885C79AA72DF1D67361351A
SHA-256665783A369EADCDE6770A3931E2597880274FAB19C7ECA49FBDB53E094E6C738
SSDEEP48:XUbWyM0y5n0HNeTEEAzFStfO4z+ajtMM2biHg1t6Xh+0KB2D443knEaHrXinbyut:kydKJEAw9OcPtMziPh+1k443knE1pl
TLSHT1B9515C251A05E53B711FE9E0BC187153E84675AAC41C6E1290DA792825918CB67FD1BC
hashlookup:parent-total63
hashlookup:trust100

Network graph view

Parents (Total: 63)

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

Key Value
FileSize23328
MD54BCAFE9E535F47767A15110736329ABF
PackageDescriptionbackward-compatibility layer for TH newer than 2.8 A backward-compatibility layer for Template Haskell newer than 2.8. . 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-template-haskell-compat-v0208-dev
PackageSectionhaskell
PackageVersion0.1.2.1-1+b1
SHA-10054AD1B9270A5136455A52C8892155E0EB8355E
SHA-2569241A75794E6A243B9C39DBC60AF9E2770E62957EFCA6942D798A096AB710574
Key Value
FileSize16168
MD505C7C5977166CD86E3BEDE55847E4A22
PackageDescriptionMemory reinterpretation casts for Float/Double/Word32/Word64 This package provides memory reinterpretation casts for Float/Double and Word32/Word64 for Haskell. The implementations in the @.Internal@ package are different ways to tackle the problem; the @array@ method (current default) is about 5 times faster than the @FFI@ method. . 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-reinterpret-cast-dev
PackageSectionhaskell
PackageVersion0.1.0-2+b1
SHA-1056AF8C447973E4B0168B06D3886E7E8176FA362
SHA-256B2B5F205BA82F8B47DAF3CB5301D4346322994A42BEFD81A1EC348630D42F675
Key Value
FileSize50884
MD534728F0CA9BCF486D8982C5BB237F1DA
PackageDescriptionutilities for parsing numbers from strings parsec-numbers provides the number parsers without the need to use a large (and unportable) token parser . 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-parsec-numbers-dev
PackageSectionhaskell
PackageVersion0.1.0-3+b1
SHA-10616C5B294B1A3FCF6E6ECEFF8F17E38E24C2D5D
SHA-256D905C57358524E0F8F17866CF651AF739FE9D62C46D6D7C4ADE50A9D251B9BF3
Key Value
FileSize246900
MD5B5DB15DE6DC577EDFE562D3F2DD5A7BD
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-107A3DEBEE568EB38387C14A9ABCE1B6808EEA93D
SHA-256B56B0AFFEFC7044F4A2D1EB2D93A31BCDF1511BEE5FA59F56C88771E1B6F4BA1
Key Value
FileSize48420
MD5BF312E921A862FE8E2789FA439CD066B
PackageDescriptionmaps with multiple values per key; profiling libraries This is a simple implementation of a multimap, based on Data.Map. Internally this is a Map k [v]. It also provides a SetMap type. . 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-multimap-prof
PackageSectionhaskell
PackageVersion1.2.1-3+b1
SHA-10A872A2DA831969E07FE75D7E1364587ED2C13F6
SHA-256165F2C31FA24FA41528E5F325C26309FBD27416AFA5966E29FA82636EF8B8A59
Key Value
FileSize29080
MD58795C778ED45529AA1DA86DE5205C95F
PackageDescriptionfixpoint data types Fixpoint types and recursion schemes. If you define your AST as fixpoint type, you get fold and unfold operations for free. . 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-data-fix-dev
PackageSectionhaskell
PackageVersion0.2.1-1+b1
SHA-1102ED10C09CF58CD0D3509C8F441724CF3C4B105
SHA-25655F312D9F9AB3D6910D22D427EEDDB3D25771A4D0C9FA1E3B47F7928016F835B
Key Value
FileSize49820
MD5FC08ECEA8B4A7B188C1213CB5583FD17
PackageDescriptionSetup.hs helper for doctests running; profiling libraries Currently (beginning of 2017), there isn't a `cabal doctest` command. Yet to properly work, doctest needs plenty of configuration. This library provides the common bits for writing custom Setup.hs until that is resolved. . 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-cabal-doctest-prof
PackageSectionhaskell
PackageVersion1.0.8-1+b1
SHA-110BAB0C5F5577CDD913970C6487F22F5F4050549
SHA-2565B8C5F62879D7B24C8A9E76C19F5798BEF721E0C74D5C6DECC1A16480F7FEA65
Key Value
FileSize18524
MD51C468AAD92AFF52C48520390527E7B8E
PackageDescriptionmost complete prelude formed solely from the "base" package; profiling libraries A library which aims to reexport all the non-conflicting and most general definitions from the base package. This includes APIs for applicatives, arrows, monoids, foldables, traversables, exceptions, generics, ST, MVars and STM. . 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-base-prelude-prof
PackageSectionhaskell
PackageVersion1.3-2+b1
SHA-112CDA704ED42F07E3904CFEF45EB2ED6978BF5B9
SHA-25659FDE7A58678A738184C8D65253419F8C96493A6F988FB45900F9FB05766D9EE
Key Value
FileSize11060
MD56361FDA3798C348B9C4D397EFF1A92A6
PackageDescriptionunified interface to unsafe functions SafeHaskell introduced the notion of safe and unsafe modules. In order to make as many as possible modules "safe", the well-known unsafe functions were moved to distinguished modules. This makes it hard to write packages that work with both old and new versions of GHC. This package provides a single module, System.Unsafe, that exports the unsafe functions from the base package. It provides them in a style ready for qualification. . 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-unsafe-dev
PackageSectionhaskell
PackageVersion0.0-2+b1
SHA-1163F46182DD50C8F3018378C9B4957021BD22352
SHA-256F1CB49BDF4F09702FA418D0DA8C658A67F51564B4D264B7B3D8D23693D420254
Key Value
FileSize22232
MD587246E8BA62F6E16E4EE433E9A19334F
PackageDescriptionCross-platform library for handling echoing terminal input; profiling libraries The base library exposes the hGetEcho and hSetEcho functions for querying and setting echo status, but unfortunately, neither function works with MinTTY consoles on Windows. This is a serious issue, since hGetEcho and hSetEcho are often used to disable input echoing when a program prompts for a password, so many programs will reveal your password as you type it on MinTTY! . This library provides an alternative interface which works with both MinTTY and other consoles. . 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-echo-prof
PackageSectionhaskell
PackageVersion0.1.3-5+b1
SHA-116977CFEE11FE2CED6FA1B5635C6C362417D1DC9
SHA-2567B0085BD8A8D01870E85E833C04623F4125A515838E6B6A32525639F5CC88585