Skip to content
Snippets Groups Projects
Commit 0141d16f authored by Daniel Firth's avatar Daniel Firth
Browse files

horizon.dhall: add callGitBeam

parent 6dbedb70
No related merge requests found
......@@ -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) →
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment