aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/profile.lux
diff options
context:
space:
mode:
authorEduardo Julian2021-08-01 03:36:11 -0400
committerEduardo Julian2021-08-01 03:36:11 -0400
commitbcd70df3568d71f14763959f454c15d8164e2d15 (patch)
tree2ec5fa437d008af01b8e3887f532a2b6064cddb5 /stdlib/source/program/aedifex/profile.lux
parentfa320d22d0d7888feddcabe43a2bc9f1e0335032 (diff)
Even more renamings.
Diffstat (limited to 'stdlib/source/program/aedifex/profile.lux')
-rw-r--r--stdlib/source/program/aedifex/profile.lux10
1 files changed, 5 insertions, 5 deletions
diff --git a/stdlib/source/program/aedifex/profile.lux b/stdlib/source/program/aedifex/profile.lux
index 4953032a8..fc9ae2d42 100644
--- a/stdlib/source/program/aedifex/profile.lux
+++ b/stdlib/source/program/aedifex/profile.lux
@@ -214,14 +214,14 @@
{#parents (list)
#identity #.None
#info #.None
- #repositories (set.new text.hash)
- #dependencies (set.new dependency.hash)
+ #repositories (set.empty text.hash)
+ #dependencies (set.empty dependency.hash)
#compiler default_compiler
- #sources (set.new text.hash)
+ #sources (set.empty text.hash)
#target ..default_target
#program #.None
#test #.None
- #deploy_repositories (dictionary.new text.hash)
+ #deploy_repositories (dictionary.empty text.hash)
#java runtime.default_java
#js runtime.default_js
#python runtime.default_python
@@ -247,7 +247,7 @@
(get@ #target baseline))
#program (maybe\compose (get@ #program override) (get@ #program baseline))
#test (maybe\compose (get@ #test override) (get@ #test baseline))
- #deploy_repositories (dictionary.merge (get@ #deploy_repositories override) (get@ #deploy_repositories baseline))
+ #deploy_repositories (dictionary.merged (get@ #deploy_repositories override) (get@ #deploy_repositories baseline))
#java (!runtime #java runtime.default_java)
#js (!runtime #js runtime.default_js)
#python (!runtime #python runtime.default_python)