From 219cdcbc5f26efca331400582026c6377ef0f794 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 30 Apr 2018 12:50:08 +0200 Subject: [PATCH] Fixed alr dependency on XMLEZOut --- index/alire-index-alr.ads | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index/alire-index-alr.ads b/index/alire-index-alr.ads index b6aac09e..b57ee8b4 100644 --- a/index/alire-index-alr.ads +++ b/index/alire-index-alr.ads @@ -1,5 +1,6 @@ with Alire.Index.Alire; with Alire.Index.Simple_Logging; +with Alire.Index.XML_EZ_Out; package Alire.Index.Alr is @@ -27,7 +28,8 @@ package Alire.Index.Alr is Git (Repo, "dab80238f3fb9d07deec34919f8306a9d5f9e131")) .Extending (Dependencies => - Alire.V_0_4.Within_Minor)); + Alire.V_0_4.Within_Minor and + XML_EZ_Out.V_1_6.Within_Minor)); V_0_2 : constant Release := Project.Register