aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/cache.lux
diff options
context:
space:
mode:
authorEduardo Julian2020-12-26 04:34:11 -0400
committerEduardo Julian2020-12-26 04:34:11 -0400
commit92dca9f487c625d27f6c291784ef709b0cc13a72 (patch)
tree6330635a19bb582d86f4402a9594dea4a1ab3fa0 /stdlib/source/program/aedifex/cache.lux
parent4ca397765805eda5ddee393901ed3a02001a960a (diff)
Some renamings.
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/aedifex/cache.lux6
1 files changed, 4 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/cache.lux b/stdlib/source/program/aedifex/cache.lux
index d36bb8dff..a7f6439df 100644
--- a/stdlib/source/program/aedifex/cache.lux
+++ b/stdlib/source/program/aedifex/cache.lux
@@ -33,7 +33,9 @@
["#/." extension (#+ Extension)]]
["#." dependency (#+ Dependency)
[resolution (#+ Resolution)]
- ["#/." status (#+ Status)]]])
+ ["#/." status (#+ Status)]]
+ ["#." repository #_
+ ["#/." origin]]])
(def: (write! system content file)
(-> (file.System Promise) Binary Path (Promise (Try Any)))
@@ -130,7 +132,7 @@
[pom (..decode xml.codec pom)
library_sha-1 (..decode //hash.sha-1_codec library_sha-1)
library_md5 (..decode //hash.md5_codec library_md5)]
- (wrap {#//package.origin #//package.Local
+ (wrap {#//package.origin (#//repository/origin.Local prefix)
#//package.library [library (#//dependency/status.Verified library_sha-1 library_md5)]
#//package.pom [pom #//dependency/status.Unverified]}))))))