Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
47 lines
818 B
Nix
47 lines
818 B
Nix
# CABAL2NIX AUTOGENERATED THIS FILE.
|
|
{
|
|
mkDerivation,
|
|
ansi-terminal,
|
|
base,
|
|
containers,
|
|
directory,
|
|
fetchgit,
|
|
filepath,
|
|
hs-highlight,
|
|
lib,
|
|
mtl,
|
|
parsec,
|
|
}:
|
|
mkDerivation {
|
|
pname = "kind-lang";
|
|
version = "0.1.0.0";
|
|
src = fetchgit {
|
|
url = "https://github.com/higherorderco/kind.git";
|
|
sha256 = "1g4pikxh42p3hikzyfzf11cs7zd1miaxapyf8pijdcxhpdx7wwl0";
|
|
rev = "5cfff210b3aeed01ebd73b2364cf9e5d2df658af";
|
|
fetchSubmodules = false;
|
|
};
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
libraryHaskellDepends = [
|
|
ansi-terminal
|
|
base
|
|
containers
|
|
directory
|
|
filepath
|
|
hs-highlight
|
|
mtl
|
|
parsec
|
|
];
|
|
executableHaskellDepends = [
|
|
ansi-terminal
|
|
base
|
|
directory
|
|
filepath
|
|
hs-highlight
|
|
mtl
|
|
];
|
|
license = lib.licenses.mit;
|
|
mainProgram = "kind";
|
|
}
|