Result for 3417F35F3B1977F0FFC205441063FB1A31415D97

Query result

Key Value
FileName./usr/share/doc/libghc-monad-gen-prof/buildinfo_mips64el.gz
FileSize2702
MD52AE5093F4F8690C2D8B4F6F80B182201
SHA-13417F35F3B1977F0FFC205441063FB1A31415D97
SHA-256D5C7318C70680C76CE054281A17EAD392E7400A6AFE6C95DF5C1F30206E4F8AC
SSDEEP48:XkIAIBDC1ictzUTSFrU0YR/Eo04L0+rxL6kqbvEBeCPcCkWjozKiQPyh3:oIBDjctzUTFh/j04AKxL6kqqHPcEozKS
TLSHT137514BCD56D0DED87440321507EDD0F22B88D25EA1079ACC116F09728AE6E172C09D27
hashlookup:parent-total14
hashlookup:trust100

Network graph view

Parents (Total: 14)

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

Key Value
FileSize24044
MD54C500C85212CE655C7AC1C29481911BC
PackageDescriptionUnicode alternatives for common functions and operators; profiling libraries All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. . For further Unicode goodness you can enable the UnicodeSyntax language extension [1]. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of ->, ∀ instead of forall and many others. . 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-unicode-symbols-prof
PackageSectionhaskell
PackageVersion0.2.2.4-11+b2
SHA-15F2D4B3FBC03875D25A64DEBB3E331307C259D5A
SHA-256092BAD57CB5FB3C413BBCE4567809AFC16591AC828BBE578EBD81329A0CE6470
Key Value
FileSize63460
MD58A4C60D7A4A98C8BF2B61C3070FB82E3
PackageDescriptioncompatibility layer for base; profiling libraries With this package, you can ban CPP from your code. See the README at <https://github.com/sol/base-compat#readme> to see what's covered. . 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-compat-prof
PackageSectionhaskell
PackageVersion0.10.4-1+b2
SHA-1EF54EBC800A8D0168B43A8BAB6D113F92FE12DE3
SHA-256405E66FA35165CC375E28D45D6C826455100C03C8DC1DD0BFEA84A526362B06D
Key Value
FileSize20228
MD51841AAC3DE84C56ACB9464370666A8ED
PackageDescriptionabstract parallelization interface This module offers the types and abstract definitons for the par monad. The par monad offers parrallelization based on dataflow programming. . 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-abstract-par-dev
PackageSectionhaskell
PackageVersion0.3.3-9+b2
SHA-17C9F88918F15BAF33DF2ED3C8D90A644AF484ACD
SHA-256F2E53CD77BB7125F77E4FFE01C605738DF387D05D499F1C814211ED2C5F898D1
Key Value
FileSize59112
MD50257B66BCF9692C9073B45D3EEB9234B
PackageDescriptionsimple monad for generating fresh integers - libraries This Haskell module provides a simple monad transformer @GenT@ to enumerate unique values within a monadic computation. It also plays nicely with everything in the MTL. . This package contains the libraries compiled for GHC.
PackageMaintainerDebian Haskell Group <debian-haskell@lists.debian.org>
PackageNamelibghc-monad-gen-dev
PackageSectionhaskell
PackageVersion0.3.0.1-1
SHA-117B68142439296853F1F07BBF5FD3655CA256963
SHA-25690FDC790C560933B0FE4667E6FC9C03FE516BFB7FC331A8414E23D4CFD9F7331
Key Value
FileSize11040
MD5A7DAC2609EF3358361AE7DF754A3E854
PackageDescriptionBackwards-compatible orphan instances for base base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements the base-compat package. . 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-orphans-dev
PackageSectionhaskell
PackageVersion0.7-2+b2
SHA-15A4E4C28E575DEAEF3752E799208D57ABE4B98A3
SHA-2562075105532B2FC63249868163234AD7CD36F4911CDAAE6D2A92F1F627FDFB2ED
Key Value
FileSize39136
MD5FEF8D3C646367C8A4D0406A08959017B
PackageDescriptionA simple applicative parser in Parsec style This is a simple applicative 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-appar-dev
PackageSectionhaskell
PackageVersion0.1.4-9+b2
SHA-13C0148F49902D2A27EFF2BE9A0883127FF15C028
SHA-256E3B5DD820AB87F0EBE3CA77058A74B5A8D4C550D3FA17CE995711F74024B931E
Key Value
FileSize41736
MD57FC42048B31D0E1C4F8589832A02B491
PackageDescriptionefficiently run periodic, on-demand actions A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new getCurrentTime call, we'd like to have a single worker thread run every second, updating an IORef. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. . This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread. . 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-auto-update-dev
PackageSectionhaskell
PackageVersion0.1.4-5+b2
SHA-1012311802DB52D1F13D74AA1674F511F9A8C714B
SHA-25690A725234C3C79CC401137AFDED679865AB896FEEB5CF16BDDC7E98372F250C4
Key Value
FileSize36436
MD5BC5749B49B4AD956D0798B8F923ED208
PackageDescriptionefficiently run periodic, on-demand actions; profiling libraries A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. For example, instead of having every web request result in a new getCurrentTime call, we'd like to have a single worker thread run every second, updating an IORef. However, if the request frequency is less than once per second, this is a pessimization, and worse, kills idle GC. . This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread. . 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-auto-update-prof
PackageSectionhaskell
PackageVersion0.1.4-5+b2
SHA-10D31512FB1151925B4F20903A59F3521B2940452
SHA-256CE87C154100F76BC32BBA241D659D58C19CAB295C7C43D706AECB052D3E0987F
Key Value
FileSize16760
MD543671C932BD8DB0DBF14727EFEEAD35B
PackageDescriptionabstract parallelization interface; profiling libraries This module offers the types and abstract definitons for the par monad. The par monad offers parrallelization based on dataflow programming. . 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-abstract-par-prof
PackageSectionhaskell
PackageVersion0.3.3-9+b2
SHA-16CF9E4BC5142C26043117F1B7BEFA384F023AB6F
SHA-2566447CE0648B08785BEB79F28586185BFF542EBBEFB84948EA74EFEE32957BD43
Key Value
FileSize8828
MD5F22605FF965C736897B5661403580C0A
PackageDescriptionBackwards-compatible orphan instances for base; profiling libraries base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements the base-compat package. . 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-orphans-prof
PackageSectionhaskell
PackageVersion0.7-2+b2
SHA-1CABD0631A6C87CF9C730587F44426ACD0426D4F8
SHA-256BD210229FFDD8055FF3CDD1EE305917689018EEE82129EE184E1B22145C7993B
Key Value
FileSize29508
MD58FD79D0A9CCD1271A4E4D52E87A3CEB8
PackageDescriptionUnicode alternatives for common functions and operators It defines new symbols for a number of functions and operators in the base package. . All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. . For further Unicode goodness you can enable the UnicodeSyntax language extension [1]. This extension enables Unicode characters to be used to stand for certain ASCII character sequences, i.e. → instead of ->, ∀ instead of forall and many others. . 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-unicode-symbols-dev
PackageSectionhaskell
PackageVersion0.2.2.4-11+b2
SHA-198FC16124CA1F2AA7B06D015CA4689AFE8296332
SHA-2561C6CA9D19CBDCF750102E9A33753100207804012C0BB564F1EDC137C8E0C3607
Key Value
FileSize35656
MD512508B36D69DE86FECFBE952D79D16B4
PackageDescriptionA simple applicative parser in Parsec style; profiling libraries This is a simple applicative parser. . 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-appar-prof
PackageSectionhaskell
PackageVersion0.1.4-9+b2
SHA-141C203876A7FE7A24AFF806516D479C0A21A34B1
SHA-25662FF1470496EC430284A8278A9A710A553638A490C77C5173B42EB3BEF7F88FF
Key Value
FileSize80680
MD590B6CBA67C21B5D3B8A6418F1E2DEF86
PackageDescriptioncompatibility layer for base With this package, you can ban CPP from your code. See the README at <https://github.com/sol/base-compat#readme> to see what's covered. . 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-compat-dev
PackageSectionhaskell
PackageVersion0.10.4-1+b2
SHA-106E9F39A70B7C0A37BBE5C32F3D2B34F7A65B937
SHA-256D4A283022B6A47B4F442F5F910AD61B6B0505392D5632701510C2561968C5BE4
Key Value
FileSize51136
MD5B30B5B8153034E6BF77739A5AB1811CF
PackageDescriptionsimple monad for generating fresh integers - profiling libraries This Haskell module provides a simple monad transformer @GenT@ to enumerate unique values within a monadic computation. It also plays nicely with everything in the MTL. . This package contains the profiling libraries for intern.
PackageMaintainerDebian Haskell Group <debian-haskell@lists.debian.org>
PackageNamelibghc-monad-gen-prof
PackageSectionhaskell
PackageVersion0.3.0.1-1
SHA-1DF03CE190412334CA340518166DACB85CA3A206E
SHA-256E9B5FC74945B0237466CCC9355062E7DFF1B793E3D1F999FD4540DC47079E2C7