From 0141d16f0aa48680dfb2dded5912f30d0305f549 Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 11 Jan 2023 13:49:13 +0000 Subject: [PATCH] horizon.dhall: add callGitBeam --- horizon.dhall | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/horizon.dhall b/horizon.dhall index 9df418c8..b741249f 100644 --- a/horizon.dhall +++ b/horizon.dhall @@ -11,6 +11,14 @@ let callHorizonAdopted revision (None Text) +let callGitBeam + : H.Subdir → H.HaskellPackage.Type + = λ(subdir : H.Subdir) → + H.callGit + "https://github.com/haskell-beam/beam" + "94461937c5ca8b89f1ff1a60bde5bffe207315b4" + (Some subdir) + let callGitCabal : H.Subdir → H.HaskellPackage.Type = λ(subdir : H.Subdir) → -- GitLab