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

add callHorizonAdopted

parent f93fa49b
Branches
Tags
No related merge requests found
......@@ -38,6 +38,15 @@ let callCabal2nix
, mapValue = HsPkg::{ source = HsSrc.FromGit { url, revision, subdir } }
}
let callHorizonAdopted
: ∀(name : Text) → ∀(revision : Text) → Attr HsPkg.Type
= λ(name : Text) → \(revision : Text) ->
callCabal2nix
name
("https://gitlab.homotopic.tech/horizon/adopted/" ++ name)
(Some revision)
(None Text)
in [ callHackage "Cabal" "3.8.1.0"
, callCabal2nix
"Cabal-QuickCheck"
......
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