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.10 && <5), binary, containers, deepseq, microlens, 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-03-24T18:49:03Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8553 total (51 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-03-24 [all 1 reports]

Readme for dependency-0.1.0.10

[back to package description]

dependency

A (not fully working) library for dependency resolution.