Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hugo Ishimaru
asdf
Commits
6b488b30
Commit
6b488b30
authored
Dec 18, 2018
by
Francois-Rene Rideau
Browse files
Fix uiop.asd dependencies
Based on
!115
.
parent
15061626
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/uiop.asd
View file @
6b488b30
...
@@ -40,7 +40,7 @@ you already have a matching UIOP loaded."
...
@@ -40,7 +40,7 @@ you already have a matching UIOP loaded."
(
:file
"image"
:depends-on
(
"stream"
))
(
:file
"image"
:depends-on
(
"stream"
))
(
:file
"lisp-build"
:depends-on
(
"image"
))
(
:file
"lisp-build"
:depends-on
(
"image"
))
(
:file
"launch-program"
:depends-on
(
"stream"
))
(
:file
"launch-program"
:depends-on
(
"stream"
))
(
:file
"run-program"
:depends-on
(
"launch-program"
))
(
:file
"run-program"
:depends-on
(
"launch-program"
"version"
))
(
:file
"configuration"
:depends-on
(
"image"
))
(
:file
"configuration"
:depends-on
(
"image"
))
(
:file
"backward-driver"
:depends-on
(
"lisp-build"
"run-program"
"configuration"
"version"
))
(
:file
"backward-driver"
:depends-on
(
"lisp-build"
"run-program"
"configuration"
"version"
))
(
:file
"driver"
:depends-on
(
"backward-driver"
)))
(
:file
"driver"
:depends-on
(
"backward-driver"
)))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment