Install this package:
emerge -a dev-haskell/generic-trie
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/generic-trie
Or alternatively:
emerge --autounmask-write -a dev-haskell/generic-trie
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.2 | 8 | ~amd64 | 0/0.3.2 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> This type implements maps where the keys are themselves complex structured data. For example, the keys may be the abstract syntax trees for a programming language. The map is implemented as a trie, so common parts of the keys will be shared in the representation. The library provides a generic implementation of the data structure, so values of types that have support for 'Generic' may be automatically used as keys in the map. </longdescription> <upstream> <remote-id type="hackage">generic-trie</remote-id> <remote-id type="github">glguy/tries</remote-id> </upstream> </pkgmetadata>
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | generic-trie-0.3.2.tar.gz | 12462 bytes |