diff options
author | Dan Gudmundsson <[email protected]> | 2017-09-20 09:22:35 +0200 |
---|---|---|
committer | Dan Gudmundsson <[email protected]> | 2017-09-20 09:22:35 +0200 |
commit | bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681 (patch) | |
tree | 1d8c60a01e9e2c10f5cb481260cbcc187c4b7f67 /lib/hipe | |
parent | fd86f4bfba5dd69b66e155cdc70ac787f2810961 (diff) | |
parent | 5bc277e16e359072bba4c872de31ea486d77e042 (diff) | |
download | otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.tar.gz otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.tar.bz2 otp-bec2eddd5a3ebf5947d5305bfc8f4e82e84b6681.zip |
Merge branch 'dgud/update-runtime-deps' into maint
* dgud/update-runtime-deps:
Update runtime deps to depend on new stdlib functionality
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/main/hipe.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/main/hipe.app.src b/lib/hipe/main/hipe.app.src index 3c3a1004f1..5b2280594f 100644 --- a/lib/hipe/main/hipe.app.src +++ b/lib/hipe/main/hipe.app.src @@ -235,5 +235,5 @@ {registered,[]}, {applications, [kernel,stdlib]}, {env, []}, - {runtime_dependencies, ["syntax_tools-1.6.14","stdlib-2.5","kernel-3.0", + {runtime_dependencies, ["syntax_tools-1.6.14","stdlib-3.4","kernel-5.3", "erts-9.0","compiler-5.0"]}]}. |