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

add semantics to callCardanoLedger

parent 6e717ca6
No related merge requests found
let H = ./horizon-spec.dhall
let callCardanoLedger
: ∀(name : Text) → ∀(subdir : Text) → H.Attr H.HaskellPackage.Type
= λ(name : Text) →
λ(subdir : Text) →
: H.Name → H.Subdir → H.Attr H.HaskellPackage.Type
= λ(name : H.Name) →
λ(subdir : H.Subdir) →
H.callCabal2nix
name
"https://github.com/milloni/cardano-ledger"
......@@ -12,7 +12,7 @@ let callCardanoLedger
let plutusLibraries =
H.modPackageList
mods
H.Modifiers::{ enableProfiling = False }
[ callCardanoLedger
"cardano-ledger-alonzo-test"
"eras/alonzo/test-suite"
......
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