Miscellaneous refactoring

This commit is contained in:
Jano at Zelda
2018-02-16 19:58:27 +01:00
parent 724359c0d1
commit ec00e07e79
13 changed files with 183 additions and 189 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ package Alire.Query is
function Exists (Project : Project_Name) return Boolean;
function Resolve (Deps : Dependencies;
Success : out Boolean) return Instance;
function Resolve (Deps : Index.Dependencies;
Success : out Boolean) return Instance;
procedure Print_Solution (I : Instance);