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

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
Dependencies ansi-wl-pprint, base (>=4.10 && <5), binary, composition-prelude (<1.2.0.0), containers, deepseq, microlens, recursion-schemes [details]
License BSD-3-Clause
Copyright Copyright: (c) 2018 Vanessa McHale
Author Vanessa McHale
Maintainer vamchale@gmail.com
Revised Revision 2 made by vmchale at 2018-03-28T00:05:18Z
Category Development, Build
Source repo head: darcs get https://hub.darcs.net/vmchale/ats
Uploaded by vmchale at 2018-02-14T06:51:59Z
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 not available [build log]
All reported builds failed as of 2018-02-16 [all 3 reports]

Readme for dependency-0.1.0.6

[back to package description]

dependency

A (not fully working) library for dependency resolution.