tagtree: Hierarchical Tags & Tag Trees

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Warnings:

Haskell library for representing hierarchical tags (eg: foo/bar/qux) and trees of such tags, as well as for searching them based on filepath patterns.


[Skip to Readme]

Properties

Versions 0.1.0.0, 0.1.0.1, 0.1.0.1
Change log None available
Dependencies aeson, base (>=4.13.0.0 && <=4.99.0.0), bytestring, containers, data-default, filepattern, megaparsec, parser-combinators, relude, text [details]
License BSD-3-Clause
Copyright 2021 Sridhar Ratnakumar
Author Sridhar Ratnakumar
Maintainer srid@srid.ca
Category Web
Uploaded by sridca at 2023-11-13T23:41:05Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for tagtree-0.1.0.1

[back to package description]

tagtree

Haskell library for representing hierarchical tags, such as foo/bar/qux, as well as a tree of such tags and then searching them based on path patterns.

Developing

All but the final step need to be done only once.