Key | Value |
---|---|
FileName | ./usr/share/licenses/ghc-microlens-mtl/LICENSE |
FileSize | 1589 |
MD5 | 301FF0B470BC3259E7DCBBF4D8B01760 |
SHA-1 | 8E0FCEEEFD01F102A5475B464FD7DEDBA9AF5F38 |
SHA-256 | 80BB1A98621507B35855B07412F3BB3B851C78E99FDEA4DB75099E50670668E3 |
SSDEEP | 48:R8OYrYJCrYJ5Kcz4943JL53hELmL3tqTHv:RlYrYJCrYJ5KoN3B53hpYTP |
TLSH | T1B731755712801BA746D2175625AABEC0F09DE03F3E336A053C6EF3D45B6B12ED8B7480 |
tar:gname | root |
tar:uname | root |
hashlookup:parent-total | 107 |
hashlookup:trust | 100 |
The searched file hash is included in 107 parent files which include package known and seen by metalookup. A sample is included below:
Key | Value |
---|---|
MD5 | 7879D018D78273585C7D3078DA824A76 |
PackageArch | x86_64 |
PackageDescription | NOTE: If you're writing an app, you probably want <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it has the most features. <http://hackage.haskell.org/package/microlens microlens> is intended more for library writers who want a tiny lens library (after all, lenses are pretty useful for everything, not just for updating records!). This library is an extract from <http://hackage.haskell.org/package/lens lens> (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. There's a longer readme <https://github.com/monadfix/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on. Here are some usecases for this library: * You want to define lenses or traversals in your own library, but don't want to depend on lens. Having lenses available often make working with a library more pleasant. * You just want to be able to use lenses to transform data (or even just use 'over _1' to change the first element of a tuple). * You are new to lenses and want a small library to play with. However, don't use this library if: * You need 'Iso's, 'Prism's, indexed traversals, or actually anything else which isn't defined here (tho some indexed functions are available elsewhere – containers and vector provide them for their types, and <http://hackage.haskell.org/package/ilist ilist> provides indexed functions for lists). * You want a library with a clean, understandable implementation (in which case you're looking for <http://hackage.haskell.org/package/lens-simple lens-simple>). As already mentioned, if you're writing an application which uses lenses more extensively, look at <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it combines features of most other microlens packages (<http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>). If you want to export getters or folds and don't mind the <http://hackage.haskell.org/package/contravariant contravariant> dependency, please consider using <http://hackage.haskell.org/package/microlens-contra microlens-contra>. If you haven't ever used lenses before, read <http://hackage.haskell.org/package/lens-tutorial/docs/Control-Lens-Tutorial.html this tutorial>. (It's for lens, but it applies to microlens just as well.) Note that microlens has no dependencies starting from GHC 7.10 (base-4.8). Prior to that, it depends on transformers-0.2 or above. |
PackageName | ghc-microlens |
PackageRelease | lts13.1.4 |
PackageVersion | 0.4.10 |
SHA-1 | 0311780A18DC12162F8D2BF046797A727AB46A0B |
SHA-256 | C5ED28D8B27918944522F7130026591A247C35B7E1841B4A11091608B1BA7246 |
Key | Value |
---|---|
MD5 | EE9EFBC3F382A1B06D2EC70E3BE4A71E |
PackageArch | x86_64 |
PackageDescription | This library is an extract from <http://hackage.haskell.org/package/lens lens> (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. There's a longer readme <https://github.com/monadfix/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on. |
PackageName | ghc-microlens |
PackageRelease | dlh.55.4 |
PackageVersion | 0.4.11.2 |
SHA-1 | 0312D0EFF4EF51949A1EA9633F77CFC89C8C1473 |
SHA-256 | D2E06E7959EE23C8CAACD9863DFF7BA45DC440833815907886E5AC2845F0C706 |
Key | Value |
---|---|
MD5 | 5C68F14AE8CED02F30786BCFAC4B2AE7 |
PackageArch | s390x |
PackageDescription | NOTE: If you're writing an app, you probably want <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it has the most features. <http://hackage.haskell.org/package/microlens microlens> is intended more for library writers who want a tiny lens library (after all, lenses are pretty useful for everything, not just for updating records!). This library is an extract from <http://hackage.haskell.org/package/lens lens> (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. There's a longer readme <https://github.com/monadfix/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on. Here are some usecases for this library: * You want to define lenses or traversals in your own library, but don't want to depend on lens. Having lenses available often make working with a library more pleasant. * You just want to be able to use lenses to transform data (or even just use 'over _1' to change the first element of a tuple). * You are new to lenses and want a small library to play with. However, don't use this library if: * You need 'Iso's, 'Prism's, indexed traversals, or actually anything else which isn't defined here (though some indexed functions are available elsewhere – containers and vector provide them for their types, and <http://hackage.haskell.org/package/ilist ilist> provides indexed functions for lists). * You want a library with a clean, understandable implementation (in which case you're looking for <http://hackage.haskell.org/package/lens-simple lens-simple>). As already mentioned, if you're writing an application which uses lenses more extensively, look at <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it combines features of most other microlens packages (<http://hackage.haskell.org/package/microlens-mtl microlens-mtl>, <http://hackage.haskell.org/package/microlens-th microlens-th>, <http://hackage.haskell.org/package/microlens-ghc microlens-ghc>). If you want to export getters or folds and don't mind the <http://hackage.haskell.org/package/contravariant contravariant> dependency, please consider using <http://hackage.haskell.org/package/microlens-contra microlens-contra>. If you haven't ever used lenses before, read <http://hackage.haskell.org/package/lens-tutorial/docs/Control-Lens-Tutorial.html this tutorial>. (It's for lens, but it applies to microlens just as well.) Note that microlens has no dependencies starting from GHC 7.10 (base-4.8). Prior to that, it depends on transformers-0.2 or above. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ghc-microlens |
PackageRelease | bp155.2.16 |
PackageVersion | 0.4.12.0 |
SHA-1 | 04B8CE53E4A1B8D0693922543261AE63905E7AAC |
SHA-256 | 3EF94542FF50F059851001675432A9C155FD86A623935D06ECD7AD82D3D35550 |
Key | Value |
---|---|
MD5 | 45F9B0E6814D7778016683FE77DBC995 |
PackageArch | x86_64 |
PackageDescription | This package contains functions (like 'view' or '+=') which work on 'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package. This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/monadfix/microlens#readme on Github>. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ghc-microlens-mtl |
PackageRelease | bp155.2.17 |
PackageVersion | 0.2.0.1 |
SHA-1 | 04E9BDFCE6E687CE8FE2F0EE437EE9436187C4E9 |
SHA-256 | 1B6B48272196A6843192F27183B2879671D062197E09710EE60CD4137F891E02 |
Key | Value |
---|---|
MD5 | 1D404A09C8D446090EFB1EE3D31587B4 |
PackageArch | x86_64 |
PackageDescription | This library is an extract from <http://hackage.haskell.org/package/lens lens> (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. There's a longer readme <https://github.com/monadfix/microlens#readme on Github>. It has a migration guide for lens users, a description of other packages in the family, a discussion of other lens libraries you could use instead, and so on. |
PackageName | ghc-microlens |
PackageRelease | dlh.55.4 |
PackageVersion | 0.4.11.2 |
SHA-1 | 065B9AE8D1B36E6DA40F21BE853A268EEBD0B531 |
SHA-256 | 9A2F8F3C9A2E230E6E4F6D38EA8B700FAD3483A7FEB7B516955682ECEAF00AC0 |
Key | Value |
---|---|
MD5 | 0017A1EBD95EB44E1A8DE73DF0EA7216 |
PackageArch | x86_64 |
PackageDescription | Use this package instead of <http://hackage.haskell.org/package/microlens microlens> if you don't mind depending on all dependencies here – 'Lens.Micro.GHC' reexports everything from 'Lens.Micro' and additionally provides orphan instances of microlens classes for packages coming with GHC (<http://hackage.haskell.org/package/array array>, <http://hackage.haskell.org/package/bytestring bytestring>, <http://hackage.haskell.org/package/containers containers>, <http://hackage.haskell.org/package/transfromers transformers>). The minor and major versions of microlens-ghc are incremented whenever the minor and major versions of microlens are incremented, so you can depend on the exact version of microlens-ghc without specifying the version of microlens you need. This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/stevenfontanella/microlens#readme on Github>. |
PackageMaintainer | https://bugs.opensuse.org |
PackageName | ghc-microlens-ghc |
PackageRelease | bp156.1.1 |
PackageVersion | 0.4.14.2 |
SHA-1 | 09918D20AC2D85C8CBE4C4C2650DAB026B5023B2 |
SHA-256 | 514B5E5F739AD8106B10E7E6773390469A444F46354F9B38DF959516592FA183 |
Key | Value |
---|---|
MD5 | FF2D1041FF6C645D28140FECB84C4A2D |
PackageArch | x86_64 |
PackageDescription | Use this package instead of <http://hackage.haskell.org/package/microlens microlens> if you don't mind depending on all dependencies here – 'Lens.Micro.GHC' reexports everything from 'Lens.Micro' and additionally provides orphan instances of microlens classes for packages coming with GHC (<http://hackage.haskell.org/package/array array>, <http://hackage.haskell.org/package/bytestring bytestring>, <http://hackage.haskell.org/package/containers containers>, <http://hackage.haskell.org/package/transfromers transformers>). The minor and major versions of microlens-ghc are incremented whenever the minor and major versions of microlens are incremented, so you can depend on the exact version of microlens-ghc without specifying the version of microlens you need. This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/monadfix/microlens#readme on Github>. |
PackageName | ghc-microlens-ghc |
PackageRelease | dlh.12.1 |
PackageVersion | 0.4.13.1 |
SHA-1 | 0B4D24A3AA46A81D470828C1B1AD3B617FAA73DC |
SHA-256 | 1BCB9E091C65B8929FA0606FA01413CFDDE2BE8A72CB3769D1965246ED45792A |
Key | Value |
---|---|
FileName | http://archlinux.mirror.root.lu//pool//community//haskell-microlens-0.4.12.0-2-x86_64.pkg.tar.zst |
MD5 | 2E58F7DB1F40C5941002F1D5C4D7AF2A |
SHA-1 | 0BF24E3544F883085022306E79BAD9D870470A7B |
SHA-256 | 7905D086E7D3C77DFE2E5E486C63843EDD11521FF5264E5E53B4E90FC8DB15F2 |
SSDEEP | 1536:1hyFIEcrREMQsZedncmqTlGjYHDbo8t4uwlyBszM:fyFIH1E+edhLjYHDcNHQ |
TLSH | T1323301691970C8154ACEF1BCBDBBA7A38865E28E0917C41CD58245DB55F32B03938BDB |
Key | Value |
---|---|
MD5 | 0706CEEA7154D9170CA64990FC5E5E95 |
PackageArch | x86_64 |
PackageDescription | This package contains functions (like 'view' or '+=') which work on 'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package. This package is a part of the <http://hackage.haskell.org/package/microlens microlens> family; see the readme <https://github.com/monadfix/microlens#readme on Github>. |
PackageMaintainer | Fedora Project |
PackageName | ghc-microlens-mtl |
PackageRelease | 3.fc33 |
PackageVersion | 0.2.0.1 |
SHA-1 | 0C0FFB369DBEFC55AD6C526FF2EC172BE8CAE294 |
SHA-256 | C633FDA0B7FC42544F4B6628B6DC133094DA985BDB1653DFF335340440AAF158 |
Key | Value |
---|---|
MD5 | 6BA4C025744101428F57845917D09D1E |
PackageArch | noarch |
PackageDescription | This package provides the Haskell microlens-mtl library documentation. |
PackageMaintainer | Fedora Project |
PackageName | ghc-microlens-mtl-doc |
PackageRelease | 4.fc34 |
PackageVersion | 0.2.0.1 |
SHA-1 | 0E7735104107F451316F4F90EA9132231E7B385D |
SHA-256 | FD9D190E09CF2512560AC3202873D14A16511F535E094EE6E763AAA7778564F9 |