aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/program/aedifex/dependency/resolution.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/program/aedifex/dependency/resolution.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/program/aedifex/dependency/resolution.lux b/stdlib/source/program/aedifex/dependency/resolution.lux
index d21adaf0c..e8b0f2dba 100644
--- a/stdlib/source/program/aedifex/dependency/resolution.lux
+++ b/stdlib/source/program/aedifex/dependency/resolution.lux
@@ -61,7 +61,7 @@
[actual (\ repository download artifact extension)]
(\ promise.monad wrap
(do try.monad
- [output (encoding.from-utf8 actual)
+ [output (\ encoding.utf8 decode actual)
actual (\ codec decode output)
_ (exception.assert exception [dependency output]
(\ ///hash.equivalence = (hash library) actual))]
@@ -82,7 +82,7 @@
pom (\ repository download artifact ///artifact/extension.pom)]
(\ promise.monad wrap
(do try.monad
- [pom (encoding.from-utf8 pom)
+ [pom (\ encoding.utf8 decode pom)
pom (\ xml.codec decode pom)
profile (<xml>.run ///pom.parser pom)]
(wrap {#///package.origin #///package.Remote