Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-21 | * Update the expected test output (no longer an ATerm). | Eelco Dolstra | 1 | -1/+1 | |
2008-07-01 | * Export the nix-env derivation name parsing and version comparison | Eelco Dolstra | 1 | -0/+1 | |
logic through the `parseDrvName' and `compareVersions' primops. This will allow expressions to easily check whether some dependency is a specific needed version or falls in some version range. See tests/lang/eval-okay-versions.nix for examples. |