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
86 lines
1.5 KiB
Nix
86 lines
1.5 KiB
Nix
# This file has been autogenerated with cabal2nix.
|
|
# Update via ./update.sh
|
|
{
|
|
mkDerivation,
|
|
ansi-wl-pprint,
|
|
base,
|
|
base64-bytestring,
|
|
binary,
|
|
bytestring,
|
|
containers,
|
|
directory,
|
|
edit-distance,
|
|
fetchgit,
|
|
filepath,
|
|
ghc-prim,
|
|
haskeline,
|
|
hspec,
|
|
hspec-discover,
|
|
indexed-traversable,
|
|
lib,
|
|
mtl,
|
|
prettyprinter,
|
|
process,
|
|
raw-strings-qq,
|
|
scientific,
|
|
text,
|
|
utf8-string,
|
|
vector,
|
|
}:
|
|
mkDerivation {
|
|
pname = "gren";
|
|
version = "0.6.3";
|
|
src = fetchgit {
|
|
url = "https://github.com/gren-lang/compiler.git";
|
|
sha256 = "0p93wamff539pb242lib2wyfr6alqz96rpyh9xb0a61ix0j3miiz";
|
|
rev = "54277a25d47b5c20816550ff6deab89026797526";
|
|
fetchSubmodules = true;
|
|
};
|
|
isLibrary = false;
|
|
isExecutable = true;
|
|
libraryHaskellDepends = [
|
|
ansi-wl-pprint
|
|
base
|
|
base64-bytestring
|
|
binary
|
|
bytestring
|
|
containers
|
|
directory
|
|
edit-distance
|
|
filepath
|
|
ghc-prim
|
|
indexed-traversable
|
|
mtl
|
|
prettyprinter
|
|
raw-strings-qq
|
|
scientific
|
|
text
|
|
utf8-string
|
|
vector
|
|
];
|
|
executableHaskellDepends = [
|
|
base
|
|
bytestring
|
|
containers
|
|
directory
|
|
filepath
|
|
haskeline
|
|
mtl
|
|
process
|
|
utf8-string
|
|
];
|
|
testHaskellDepends = [
|
|
base
|
|
bytestring
|
|
hspec
|
|
utf8-string
|
|
];
|
|
testToolDepends = [ hspec-discover ];
|
|
doHaddock = false;
|
|
jailbreak = true;
|
|
homepage = "https://gren-lang.org";
|
|
description = "The `gren` command line interface";
|
|
license = lib.licenses.bsd3;
|
|
mainProgram = "gren";
|
|
}
|