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]

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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Change log CHANGELOG.md
Dependencies ansi-wl-pprint (<1.0), base (>=4.9 && <5), binary (<0.9), containers (>=0.5.9 && <0.7), deepseq (<1.5), microlens (<0.5) [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 1 made by vmchale at 2023-05-23T15:37:14Z
Category Development, Build
Source repo head: darcs get https://hub.darcs.net/vmchale/ats
Uploaded by vmchale at 2018-08-17T00:27:20Z
Distributions
Reverse Dependencies 3 direct, 1 indirect [details]
Downloads 8534 total (36 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-08-17 [all 1 reports]

Readme for dependency-1.2.0.3

[back to package description]

dependency

A (not fully working) library for dependency resolution.