Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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
was used where
PackageVersionConstraint
is not used instead (#5570).
Instances
thisPackageVersionConstraint :: PackageIdentifier -> PackageVersionConstraint Source #
Since: Cabal-syntax-3.4.0.0
simplifyPackageVersionConstraint :: PackageVersionConstraint -> PackageVersionConstraint Source #
Since: Cabal-syntax-3.4.0.0