Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
Documentation
data PackageVersionConstraint Source #
A version constraint on a package. Different from ExeDependency
and
Dependency
since it does not specify the need for a component, not even
the main library.
There are a few places in the codebase where Dependency
is used where
PackageVersionConstraint
should be used instead (#5570).