Key | Value |
---|---|
FileName | snap-hashlookup-import/usr/share/doc/x86_64-linux-ghc-8.4.3/safe-0.3.19/LICENSE |
FileSize | 1524 |
MD5 | E06A64301A374337CEF050092CFDA9A4 |
SHA-1 | 6D6F035006CB7F8DAD9619ED8A275F7F9CA06344 |
SHA-256 | 30CBB5DDB6FE39DBAFC7BE98FF9CABE7CC6DD25857CED232D5440B1AF9DBA3F9 |
SHA-512 | 273A09DC25A75BDFCE8A9D314CBCEF37E9E49D0C87B451A02865A78DB1C8C7DEC9ECD6C33E4E5973745676A201BED2AEA9A1C64596E6F0D761B284B2993BEA51 |
SSDEEP | 24:a+UnoU+bOI3rYFTQ+JLarYFT5LGMvBVJ94Os43sEskuZKWROLTt3hyxLTfyL3t1K:XOYrYJCrYJ5KQz4943JL53hELmL3tqTP |
TLSH | T1DF31455712841FA755D21655256AADC0F09DD02F3E336A043C6EF3945B7B12ED9B7480 |
insert-timestamp | 1721655360.331662 |
mimetype | text/plain |
source | snap:UUaICqxIYfkJcPPaOOMdei9GTlkS4zLN_9 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 23 |
hashlookup:trust | 100 |
The searched file hash is included in 23 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | E7DD3E7B7E63432C1A01EF3ACD077518 |
PackageArch | s390x |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageName | ghc-safe |
PackageRelease | dlh.49.32 |
PackageVersion | 0.3.19 |
SHA-1 | 0A20EDFE0C7ED899914663882092011263F4AE0F |
SHA-256 | D2145218852B5A7FE2AD4014803E6C8482A0CB936EAAE5A12DAC61576C4BBE47 |
Key | Value |
---|---|
MD5 | 4EC4CAC811266742D6E8AD82775B9638 |
PackageArch | x86_64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageMaintainer | https://www.suse.com/ |
PackageName | ghc-safe |
PackageRelease | 150500.1.1 |
PackageVersion | 0.3.19 |
SHA-1 | 1750BB91F9EE28136D23E956886060F8A5F64801 |
SHA-256 | 2A1714748983F869010501C09DC400E17601DC5AD656D93F659D20F3E184C7E8 |
Key | Value |
---|---|
MD5 | 147C33C4DCEC04BF3AA67674901ED4DC |
PackageArch | noarch |
PackageDescription | This package provides the Haskell safe library documentation. |
PackageMaintainer | Fedora Project |
PackageName | ghc-safe-doc |
PackageRelease | 3.fc33 |
PackageVersion | 0.3.19 |
SHA-1 | 23AAB86E4114F751025E53FAD351AF0EF7E97A44 |
SHA-256 | 8CA42A270F23AF45ED1F8C29835055B8AC7EF64EBD6A6A7D7FF6203A3FE2F4EB |
Key | Value |
---|---|
FileName | http://archlinux.mirror.root.lu//pool//community//haskell-safe-0.3.19-4-x86_64.pkg.tar.zst |
MD5 | F1D8A5D276B366EBE2522A7ADC169D16 |
SHA-1 | 31C54E68DEFB30EC756E27E9512B1FB41CCCC3EE |
SHA-256 | E30A4B898412C9C9485F0B5168660EDAD8842FEFB1BC8AE261BA9F540E4DFEBF |
SSDEEP | 1536:+C/L3VUzxnOjWX1FMHG7B3EsHZh5B1abyrHAZZFI1QNDx:+CzFUzsjc1Kc3HkWieQNN |
TLSH | T15A5302D08ACACC64E8569DA317E2DD741CA0AFC8C76A9089F45ABD6F9D00A27A103D5C |
Key | Value |
---|---|
MD5 | C31ED5FDF81F81D692B3A00A1196F422 |
PackageArch | x86_64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ghc-safe |
PackageRelease | bp154.1.12 |
PackageVersion | 0.3.19 |
SHA-1 | 3360D8BD18CDEB210165C2EFBA9FA68AA83214DF |
SHA-256 | 2EFE438E43EACD7FBDBD3BB54815589594D357920BAAE1ADCF344903689C76E6 |
Key | Value |
---|---|
MD5 | E10A04EFD24CDA44BC25C51C4DF8B91A |
PackageArch | aarch64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageMaintainer | Fedora Project |
PackageName | ghc-safe |
PackageRelease | 4.fc34 |
PackageVersion | 0.3.19 |
SHA-1 | 35FA3D8B5357076C2338E04CA17354A3FEB609E2 |
SHA-256 | ACF7B316E51BCA1C5128290972DEEA17852729A236E33C444AB541C2A260AFCA |
Key | Value |
---|---|
MD5 | 53690412E2F6BEB5408C05EAC6E32D9E |
PackageArch | s390x |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageMaintainer | https://www.suse.com/ |
PackageName | ghc-safe |
PackageRelease | 150500.1.1 |
PackageVersion | 0.3.19 |
SHA-1 | 3B42B3372B48841577C5E793F1B4955D9E98C6B1 |
SHA-256 | 4333A5FEBDC053E08AB6793126361C652FAEF0CB59237D6C82EC7D81B6DADF95 |
Key | Value |
---|---|
MD5 | 4FFA73EA23B0DDCA042CA8F4BB2990F9 |
PackageArch | x86_64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageName | ghc-safe |
PackageRelease | 1.79 |
PackageVersion | 0.3.19 |
SHA-1 | 42299694B8E09EF3A1C05DB62FE13CBCC67DEA2C |
SHA-256 | 7EF707FBD1291835AC3481CC793B7DA3B7895A3E93E18DAA0CC5F3AD1A47001A |
Key | Value |
---|---|
MD5 | AC2FC5D9A1AFDA706A40FCF9773F1482 |
PackageArch | x86_64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageName | ghc-safe |
PackageRelease | dlh.49.6 |
PackageVersion | 0.3.19 |
SHA-1 | 4A4BB890CA7951EC8FA902C5DB9649A3F28CC8C1 |
SHA-256 | 81025213293A352DB29CD802B424C74E4FE3826FEC243F50EEB76458F23C4BF1 |
Key | Value |
---|---|
MD5 | 0B685F1FE976947CAC28E4381351BC92 |
PackageArch | aarch64 |
PackageDescription | A library wrapping 'Prelude'/'Data.List' functions that can throw exceptions, such as 'head' and '!!'. Each unsafe function has up to four variants, e.g. with 'tail': * 'tail :: [a] -> [a]', raises an error on 'tail []'. * 'tailMay :: [a] -> /Maybe/ [a]', turns errors into 'Nothing'. * 'tailDef :: /[a]/ -> [a] -> [a]', takes a default to return on errors. * 'tailNote :: /String/ -> [a] -> [a]', takes an extra argument which supplements the error message. * 'tailSafe :: [a] -> [a]', returns some sensible default if possible, '[]' in the case of 'tail'. This package is divided into three modules: * "Safe" contains safe variants of 'Prelude' and 'Data.List' functions. * "Safe.Foldable" contains safe variants of 'Foldable' functions. * "Safe.Exact" creates crashing versions of functions like 'zip' (errors if the lists are not equal) and 'take' (errors if there are not enough elements), then wraps them to provide safe variants. |
PackageMaintainer | Fedora Project |
PackageName | ghc-safe |
PackageRelease | 3.fc33 |
PackageVersion | 0.3.19 |
SHA-1 | 608DA8D827D5DC731C7852F2D066BDEA802CDE0A |
SHA-256 | 0405ACE87ABA5C11ADE49F2EC921EDB9F8E33A777CECA40563FCCEED4B07E9C3 |