From 1c0c1f425582b1cda0633a0e1fce24e830d39100 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Feb 08 2021 13:25:59 +0000 Subject: Freeze dhall-zuul dependency to version 0.5.0 This change prevents failure when the zuul binding is updated. --- diff --git a/FZCI.dhall/Branches.dhall b/FZCI.dhall/Branches.dhall index 02a742b..efab35b 100644 --- a/FZCI.dhall/Branches.dhall +++ b/FZCI.dhall/Branches.dhall @@ -1,5 +1,4 @@ -let Prelude = - https://prelude.dhall-lang.org/v17.0.0/package.dhall sha256:10db3c919c25e9046833df897a8ffe2701dc390fa0893d958c3430524be5a43e +let Prelude = (./Imports.dhall).Prelude let Arches = ./Arches.dhall diff --git a/FZCI.dhall/Imports.dhall b/FZCI.dhall/Imports.dhall new file mode 100644 index 0000000..5edfe3c --- /dev/null +++ b/FZCI.dhall/Imports.dhall @@ -0,0 +1,5 @@ +{ Zuul = + https://softwarefactory-project.io/cgit/software-factory/dhall-zuul/plain/package.dhall?h=0.5.0 sha256:1c927864e3c7d4eee9fa15c0c128dbf88de053592ac57e3dae62f4da19fc0741 +, Prelude = + https://prelude.dhall-lang.org/v17.0.0/package.dhall sha256:10db3c919c25e9046833df897a8ffe2701dc390fa0893d958c3430524be5a43e +} diff --git a/FZCI.dhall/Nodesets.dhall b/FZCI.dhall/Nodesets.dhall index 6e2945b..f3a4c93 100644 --- a/FZCI.dhall/Nodesets.dhall +++ b/FZCI.dhall/Nodesets.dhall @@ -1,6 +1,4 @@ -let Zuul = - ~/git/softwarefactory-project.io/software-factory/dhall-zuul/package.dhall - ? https://softwarefactory-project.io/cgit/software-factory/dhall-zuul/plain/package.dhall +let Zuul = (./Imports.dhall).Zuul let Nodeset = let Union = diff --git a/FZCI.dhall/package.dhall b/FZCI.dhall/package.dhall index 819d25e..97db503 100644 --- a/FZCI.dhall/package.dhall +++ b/FZCI.dhall/package.dhall @@ -1,4 +1,5 @@ -{ Branches = ./Branches.dhall -, Nodesets = ./Nodesets.dhall -, Arches = ./Arches.dhall -} + { Branches = ./Branches.dhall + , Nodesets = ./Nodesets.dhall + , Arches = ./Arches.dhall + } +⫽ ./Imports.dhall