Skip to content
  • Duncan Coutts's avatar
    Add thisPackageVersion and notThisPackageVersion · 7146dfe7
    Duncan Coutts authored
    Util functions for makeing dependencies from package identifiers.
    thisPackageVersion    (foo-1.0) = foo ==1.0
    notThisPackageVersion (foo-1.0) = foo /=1.0
    The latter is handy as a constraint in dependency resolution.
    7146dfe7