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

dhall format *.dhall

parent 10afdaf0
Branches
Tags
No related merge requests found
...@@ -40,7 +40,8 @@ let callCabal2nix ...@@ -40,7 +40,8 @@ let callCabal2nix
let callHorizonAdopted let callHorizonAdopted
: ∀(name : Text) → ∀(revision : Text) → Attr HsPkg.Type : ∀(name : Text) → ∀(revision : Text) → Attr HsPkg.Type
= λ(name : Text) → \(revision : Text) -> = λ(name : Text) →
λ(revision : Text) →
callCabal2nix callCabal2nix
name name
("https://gitlab.homotopic.tech/horizon/adopted/" ++ name) ("https://gitlab.homotopic.tech/horizon/adopted/" ++ name)
...@@ -484,7 +485,8 @@ in [ callHackage "Cabal" "3.8.1.0" ...@@ -484,7 +485,8 @@ in [ callHackage "Cabal" "3.8.1.0"
(Some "3502825423aea3a1af9384e9d751feea4599c60b") (Some "3502825423aea3a1af9384e9d751feea4599c60b")
(Some "kvstore-effectful-statemap") (Some "kvstore-effectful-statemap")
, callHackage "language-c" "0.9.1" , callHackage "language-c" "0.9.1"
, callCabal2nix "language-haskell-extract" , callCabal2nix
"language-haskell-extract"
"https://github.com/chessai/template-helper" "https://github.com/chessai/template-helper"
(Some "f654f1e7ef47c591bb5ea23f1234289f99d09d05") (Some "f654f1e7ef47c591bb5ea23f1234289f99d09d05")
(None Text) (None Text)
......
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