Result for 17E5FEF04CF3F1543D84379773263BBBC226CE8F

Query result

Key Value
FileName./usr/share/doc/libghc-transformers-compat-doc/buildinfo_all.gz
FileSize2827
MD5DC23C7365EEF48163E934C927F03410B
SHA-117E5FEF04CF3F1543D84379773263BBBC226CE8F
SHA-256DA6DD090E84DDCDCF2FDCF348E1B437C6AB1B05EDB9020C7E5DD04847DD85EE4
SSDEEP48:XZvHyoX6WhdaxX1HffjzJBATmaxVpdvyydIiiseM3KJao+BtluHWJlDzWnVruv:JrXHhw1/7/axVG5iisT3cQBKWJlDzWnO
TLSHT153515C20B066F8B458CF2D2099402A29232ADFD5A9006EB860CAF61F0741E152DC5D79
hashlookup:parent-total15
hashlookup:trust100

Network graph view

Parents (Total: 15)

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

Key Value
FileSize77860
MD5AC9F1FC1C13A75848838670296B844F3
PackageDescriptionsmall compatibility shim for older versions of transformers.; documentation This package includes backported versions of types that were added to transformers in transformers 0.3 an 0.4 for users who need strict transformers 0.2 or 0.3 compatibility to run on old versions of the platform, but also need those types. . This package provides the documentation for 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-transformers-compat-doc
PackageSectiondoc
PackageVersion0.6.5-2
SHA-120339CB5A08B1736432F6A020E47EB753CE55C71
SHA-25680D2D36295B5B473C876DA6DB86159759F69FC22BA7D8CE29364D02AD04BD7C7
Key Value
FileSize55140
MD59946EF75C11BDBA0C3078DA9D4C8779D
PackageDescriptionBacktracking logic-programming monad; documentation It is a continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper Backtracking, Interleaving, and Terminating Monad Transformers available here: http://okmij.org/ftp/papers/LogicT.pdf . This package provides the documentation for 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-logict-doc
PackageSectiondoc
PackageVersion0.7.0.2-1
SHA-1010214A959D467782817431EAD05B7637E57BE62
SHA-25625CAA4D4F2309A54D5A522A976C7679149F99C60EB746B37B88F217DC1A7BCD6
Key Value
FileSize139452
MD5BE3C250EA8B239B743185C94B0E76382
PackageDescriptioncompatibility layer for base; documentation 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 the documentation for 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-doc
PackageSectiondoc
PackageVersion0.11.1-1
SHA-14DF318CA09F38D99AEE012FAFB992372B621B451
SHA-2563AC5B54EA0C42FCF495D82E3F15E0D834A770F818250369FF118D4D8DA45BB62
Key Value
FileSize44692
MD58C71C79F1851630B9E9E3AFA327F3873
PackageDescriptionefficient, purely functional generation of prime numbers; documentation This Haskell library provides an efficient lazy wheel sieve for prime generation inspired by Lazy wheel sieves and spirals of primes by Colin Runciman and The Genuine Sieve of Eratosthenes by Melissa O'Neil. . This package provides the documentation for 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-primes-doc
PackageSectiondoc
PackageVersion0.2.1.0-13
SHA-1574A7B3580962BE82F750A762BA407448CD68EA7
SHA-256149A6AA63A124C850D0B4A700E47E00073F4E0EDEB82935B7B67653EADB33EE3
Key Value
FileSize41656
MD597A1D69B6C657B189D55107E13AF484E
PackageDescriptiontype class for default values; documentation This package defines a type class Default for types with a default value. . This package provides the documentation for 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-default-class-doc
PackageSectiondoc
PackageVersion0.1.2.0-5
SHA-17CF881FB52E2EF4E1CF4734834EB663C4AAB655E
SHA-2561C253F6FDF4284EC906ACF6FD188B3B795619594A44261712B19285183D94029
Key Value
FileSize37112
MD5AA9F10616BF2CBD59F4059AD5D2B263E
PackageDescriptionproviding a cross-platform means of determining the hostname; documentation A very simple package providing a cross-platform means of determining the hostname . This package contains the documentation files.
PackageMaintainerDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
PackageNamelibghc-hostname-doc
PackageSectiondoc
PackageVersion1.0-15
SHA-13F867520E150A95BC263D35785D64EE6CEAE6F15
SHA-2569D46D34D0479BE43BE7AFC55DA4FE8CF388AD3E58030C08668B5730412538F75
Key Value
FileSize39528
MD58C7995B69209116DDFE42424114820C0
PackageDescriptionFFI domain specific language, on top of hsc2hs; documentation This is a set of macros to be used when writing Haskell FFI. They were designed to be able to fully describe C interfaces, so that hsc2hs can extract from them all Haskell code needed to mimic such interfaces. All Haskell names used are automatically derived from C names, structures are mapped to Haskell instances of Storable, and there are also macros you can use with C code to help write bindings to inline functions or macro functions. . This package contains no Haskell code, only C header files designed for hsc2hs. . This package provides the documentation for 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-bindings-dsl-doc
PackageSectiondoc
PackageVersion1.0.25-3
SHA-1B081A6081FB913A9419B9AF5A617D3371E900638
SHA-256C705A11619D82AF803E56F99CA548067B32717B557C91D6CFD8445CFE8AA729E
Key Value
FileSize40808
MD5ED7BAAEF5848A4D6397C95AD7ADB8F6E
PackageDescriptionlocale library; documentation This package provides the ability to adapt to locale conventions such as date and time formats. . This package provides the documentation for 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-old-locale-doc
PackageSectiondoc
PackageVersion1.0.0.7-9
SHA-13D8ACB3B5EC94F903A9F696022841192E3246125
SHA-256192A9A53096488B6AA3159D34B81A08AA7B4F4A1A21EDFFDCD969846F1888CAF
Key Value
FileSize113972
MD538FA4C7F79F8276318753E6360CAD9F1
PackageDescriptionDocumentation for a fully compliant Haskell 98 lexer; documentation A fully compliant Haskell 98 lexer written in Haskell. The lexer produces a list tuples containing a token type identifier, its position and the token string. . This package provides the documentation for 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-haskell-lexer-doc
PackageSectiondoc
PackageVersion1.1-1
SHA-1C9E3CCA9197B5EE881F2CA325133CA1DC27B25E1
SHA-256E50F6010FD94BC09CB30C6A2DD15C197AFECCDA50FBB632100FFAE1D129720F3
Key Value
FileSize117504
MD5D1B0835080476A686DDA1FA12CC20962
PackageDescriptiona tiny part of the lens library with no dependencies; documentation This is an extract from the lens package with no dependencies. It's not a toy lenses library, unsuitable for “real world”, but merely a small one. It is compatible with lens, and should have same performance. It also has better documentation. . This package provides the documentation for 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-microlens-doc
PackageSectiondoc
PackageVersion0.4.11.2-1
SHA-123499CED2034A0AE67B34A32C149EACE4AC1A171
SHA-256BFD020E9D16083E1DF6261F6329FA7C423298A7C9D80E4B2C0EC682FDB84A817
Key Value
FileSize66680
MD57A28A5208D3B766220DA3BEF065C9DE5
PackageDescriptionUtilities for accessing and manipulating fields of records; documentation With this library you can define record field accessors which allow setting, getting and modifying values easily. You can combine accessors of a record and sub-records to make the access look like the fields of the sub-record belong to the main record. . This package provides the documentation for 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-accessor-doc
PackageSectiondoc
PackageVersion0.2.3-1
SHA-17A60F461C9840377AD10962DC4DD268C6A940A55
SHA-256B79D69612DFCDFC5B8C33CDC0C7B209D2CBC6F515AA8B4BB59826A61BD23E73B
Key Value
FileSize91752
MD5A3C9271EAC4F9401CD75B4337BF1901F
PackageDescriptionabstraction of buffered output of byte streams; documentation This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows one to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows one to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the system call overhead when writing the resulting lazy bytestring to a file or sending it over the network. . This package provides the documentation for 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-blaze-builder-doc
PackageSectiondoc
PackageVersion0.4.1.0-4
SHA-11CE00A945535658504B44EDB4DE2186B77164341
SHA-2562127FD0A8932286FBE669E7B3FAD6B26CF662058B8665502FC0C2982D0DA8CD7
Key Value
FileSize38756
MD5FED99094947F267070F9F77A76A60A62
PackageDescriptionknowledge of GHC's installation directories; documentation This package provides constants with the installation directories of the Glasgow Haskell Compiler. . This package provides the documentation for 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-ghc-paths-doc
PackageSectiondoc
PackageVersion0.1.0.12-1
SHA-167C6E51EE6CCC81BC1542A1A7C126CFFFCAE930A
SHA-256ECD79011FADA3F856294486D2003E180FC5FF0AE8978214362BE31C8B7C90BEC
Key Value
FileSize70356
MD537DA60F6D8668BCBFA9C123BE9E68C92
PackageDescriptionGHC library providing an API for regular expressions; documentation A library containing the interface API for the Haskell regular expressions library packages regex-posix, regex-pcre, regex-parsec, regex-tdfs, regex-dfa. . This package provides the documentation for 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-regex-base-doc
PackageSectiondoc
PackageVersion0.94.0.0-1
SHA-1DFD9FB7DA963231319803329FB22EB892D21C39E
SHA-256284F3FCDA2DFEE68442D4BBCC6A2649F92AA6508B68288E00EA91EB18D2F3FA9
Key Value
FileSize58560
MD5C18C4B1D7D2F21DBB05B0956BA0BFDF5
PackageDescriptiongeneralized booleans; documentation It contains some classes for generalized boolean operations. . This package provides the documentation for 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-boolean-doc
PackageSectiondoc
PackageVersion0.2.4-4
SHA-10B8C9F7B2E21F9A796EC1B8CB54952DAF3BF49A8
SHA-256B7BCD68D3096A55A4F6FDECFDF8B2DE17A03A3E598C4B3AAABEF8F7DFB08EC21