dependency: Dependency resolution for package management

[ bsd3, build, development, library ] [ Propose Tags ]

A library for resolving dependencies; uses a topological sort to construct a build plan and then allows choice between all compatible plans.


[Skip to Readme]

Modules

[Index]

Flags

Manual Flags

NameDescriptionDefault
development

Enable `-Werror`

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.5, 0.1.0.6, 0.1.0.7, 0.1.0.8, 0.1.0.9, 0.1.0.10, 0.1.0.11, 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.2.0.3
Dependencies ansi-wl-pprint, base (>=4.11 && <5), binary, containers (>=0.5.9), deepseq, micro-recursion-schemes, microlens, recursion-schemes (>=5.0.1) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Category Development, Build
Source repo head: darcs get https://hub.darcs.net/vmchale/ats
Uploaded by vmchale at 2018-07-10T16:52:32Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8593 total (42 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-07-10 [all 1 reports]

Readme for dependency-1.2.0.1

[back to package description]

dependency

A (not fully working) library for dependency resolution.