Result for 0AF6D85AB9765EA248CA34F6CEB393B6F9133D41

Query result

Key Value
FileName./usr/share/doc/libghc-hscolour-prof/buildinfo_armel.gz
FileSize2805
MD5EF011B9F36D354699CAD4F53EDA4956E
SHA-10AF6D85AB9765EA248CA34F6CEB393B6F9133D41
SHA-256E7B14E288C2695096A2F604C53AD5E2247E82DFC1A0DF6C0EBDEE0153440D128
SSDEEP48:X/lkKl0hT1B7Wh2aoAq8bvZuRXOlqQEA/b0x4LtPz1u/H06G+bR+CLcYLkETA+6i:GKli02aoAnoXLawGhPw0l+bRtjx0+69A
TLSHT194515C38EBB67063711FF69B9118F3748CA9C01E3A55AE95E4A634C45173C534788E3C
hashlookup:parent-total45
hashlookup:trust100

Network graph view

Parents (Total: 45)

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

Key Value
FileSize20800
MD59BDAB3D01042FBA073580F6C7758D336
PackageDescriptionmost complete prelude formed solely from the "base" package 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. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-base-prelude-dev
PackageSectionhaskell
PackageVersion1.3-1+b3
SHA-10EA97E0FC8C82439F1C64806C01852D011FF9DD6
SHA-25673221CBDD77AD5361D06DA017D34173CE4D287AF1D615E1D0EE9FDA50F993FA9
Key Value
FileSize50432
MD570D2D5A3E70C5F152271F3F8256DB516
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.6-3+b3
SHA-10FDD3E7CB7CEF2D21114EAF95214DFBB1AFC57C3
SHA-256E76CCFC7A190CF6702C2FFDA3293158DC70A03B48D44A778BCDDC78EF9DCAF6E
Key Value
FileSize24736
MD5E4E549B06261AF7A62B077C6C12A8FAF
PackageDescriptionsignal handling and orphan reaping for Unix PID1 init processes; profiling libraries Library/executable for initializing signal handlers, spawning and child process, and reaping orphan processes. These are the responsibilities that must be fulfilled by the initial process in a Unix system, and in particular comes up when running Docker containers. . This library/executable will automatically detect if it is run as some process besides PID1 and, if so, use a straightforward exec system call instead. . 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-pid1-prof
PackageSectionhaskell
PackageVersion0.1.2.0-3+b3
SHA-114D1A89F745F4640542B8FE8B1CF2A373811E56A
SHA-256F251C2717CE6BDD608ED7C068A942F7CA9B0A4486267EBF68C4F3D3DF536366F
Key Value
FileSize28992
MD5F403261561F7993B30DF4E478B2B24D2
PackageDescriptionsignal handling and orphan reaping for Unix PID1 init processes Library/executable for initializing signal handlers, spawning and child process, and reaping orphan processes. These are the responsibilities that must be fulfilled by the initial process in a Unix system, and in particular comes up when running Docker containers. . This library/executable will automatically detect if it is run as some process besides PID1 and, if so, use a straightforward exec system call instead. . 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-pid1-dev
PackageSectionhaskell
PackageVersion0.1.2.0-3+b3
SHA-1166698FB0705EC3FF4C555BDBAD9A0CEED95B8C2
SHA-256AB0B15C236D897753D780C17162F58FD5AA681A9196967A95642EF645144D639
Key Value
FileSize127596
MD5615F5BD82E812B899BDC84E00183D6F6
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. . 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-lazy-csv-dev
PackageSectionhaskell
PackageVersion0.5.1-3+b3
SHA-11B27F3717CFD3E33AE46AAEEB1B8993C15BFB1AD
SHA-256969D2A635AC2E5D94F2B65C1B6808BBC1EFDC1F27A323BFB8A99DF78A529989B
Key Value
FileSize17264
MD58C5159A1CAE5755CCB3D5710908603E5
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-1+b2
SHA-11D3045922CC1D5602F701ABD6E1795042FADD8BA
SHA-2563CC02ED3C43ACD32B787513F50729DC8122D3356305E808AF50F6D3C244D155D
Key Value
FileSize63956
MD51300533B0FEBD10684A764B0EDBC1508
PackageDescriptioncombinatorial algorithms over multisets; profiling libraries 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, compiled for profiling. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-multiset-comb-prof
PackageSectionhaskell
PackageVersion0.2.4.1-3+b3
SHA-124D3CDDA0822A3E36F787030E20F5B2422AC2CD8
SHA-25638DBDE0C8471DF450DFDA9E5918554F5C737F87BDCF066DAE37388E2D6C7A738
Key Value
FileSize22856
MD5C085FC9252105434BDAF3C759F7CC0A8
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.1.0-5+b3
SHA-12672C5163D5F2ADB584C8FECDE24AE4BB19A9C61
SHA-256BA90865C5395D28BA60788B934AB6EEBB32F1AF89FB83DEEF5B15E419D2F9F98
Key Value
FileSize19228
MD52AA806BEAD45D6CC6AD7985EB18F9EC3
PackageDescriptiontoy module to temporarily redirect a program's stdout Due to the design of POSIX, it is possible to temporarily overload the file descriptors corresponding to stdout and stderr to point to an arbitrary pipe. It is, however, tricky to get right. This module gets it right, as far as such a terrible hack can be made right. It can be used to make misbehaving third-party C libraries stop spewing to standard output. . 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-system-posix-redirect-dev
PackageSectionhaskell
PackageVersion1.1.0.1-1+b1
SHA-12CE411A591EB5D3554407D26F1BC3594DDF041E6
SHA-256C95F2F7E3A04AB2B62C24B8DCDE1E44BF26F98A1FC8F83CB517DCB5343E6D99D
Key Value
FileSize27480
MD5CB6C7E4502F35230706D4D19EA51242B
PackageDescriptionCross-platform library for handling echoing terminal input 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. See http://www.haskell.org/ for more information on Haskell.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-echo-dev
PackageSectionhaskell
PackageVersion0.1.3-4+b3
SHA-12FA3405346217CA7E249F9A5BF80C8002C3FDD36
SHA-256122A976289BCC674829B3AE37260922B41239C5FF0C8EADFFB15D0BA88C82877