Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ability to exclude packages dependencies #59

@joewalnes

Description

@joewalnes

Once in a while, I'll encounter a bad dependency, usually something from a dependency of a dependency of a dependency that I can't easily change. It may be a dependency that I don't want because it causes a problem or conflicts with something my app.

I'd like to be able to specify a 'void' (or 'none' or something) version in my package.fig to say 'dont bother including this'.

e.g.

config default
  exclude foo
  include something-that-includes-foo/1.1
end

(foo will not be included)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions