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

[Last Documentation]

  • Data
    • Data.Dependency

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, deepseq, lens, recursion-schemes, tardis, transformers [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-04-19T16:41:20Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8600 total (46 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2018-04-19 [all 3 reports]

Readme for dependency-0.1.0.11

[back to package description]

dependency

A (not fully working) library for dependency resolution.