2024-09-26 15:48:23 +02:00
|
|
|
# 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,
|
2025-07-25 21:56:20 +02:00
|
|
|
prettyprinter,
|
2024-09-26 15:48:23 +02:00
|
|
|
process,
|
|
|
|
raw-strings-qq,
|
|
|
|
scientific,
|
|
|
|
text,
|
|
|
|
utf8-string,
|
|
|
|
vector,
|
|
|
|
}:
|
|
|
|
mkDerivation {
|
|
|
|
pname = "gren";
|
2025-08-04 12:19:58 +02:00
|
|
|
version = "0.6.2";
|
2024-09-26 15:48:23 +02:00
|
|
|
src = fetchgit {
|
|
|
|
url = "https://github.com/gren-lang/compiler.git";
|
2025-08-04 12:19:58 +02:00
|
|
|
sha256 = "1c0fcdc87nmm26hk6c1k4djdk7ld9488fldx8mhwayqfsx0v2d3x";
|
|
|
|
rev = "0343e77040f97864e5eb9790dd9ba0bb5fe1d6ee";
|
2024-09-26 15:48:23 +02:00
|
|
|
fetchSubmodules = true;
|
|
|
|
};
|
|
|
|
isLibrary = false;
|
|
|
|
isExecutable = true;
|
2025-07-25 21:56:20 +02:00
|
|
|
libraryHaskellDepends = [
|
2024-09-26 15:48:23 +02:00
|
|
|
ansi-wl-pprint
|
|
|
|
base
|
|
|
|
base64-bytestring
|
|
|
|
binary
|
|
|
|
bytestring
|
|
|
|
containers
|
|
|
|
directory
|
|
|
|
edit-distance
|
|
|
|
filepath
|
|
|
|
ghc-prim
|
|
|
|
indexed-traversable
|
|
|
|
mtl
|
2025-07-25 21:56:20 +02:00
|
|
|
prettyprinter
|
2024-09-26 15:48:23 +02:00
|
|
|
raw-strings-qq
|
|
|
|
scientific
|
|
|
|
text
|
|
|
|
utf8-string
|
|
|
|
vector
|
|
|
|
];
|
2025-07-25 21:56:20 +02:00
|
|
|
executableHaskellDepends = [
|
2024-09-26 15:48:23 +02:00
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
containers
|
|
|
|
directory
|
|
|
|
filepath
|
|
|
|
haskeline
|
|
|
|
mtl
|
|
|
|
process
|
|
|
|
utf8-string
|
2025-07-25 21:56:20 +02:00
|
|
|
];
|
|
|
|
testHaskellDepends = [
|
|
|
|
base
|
|
|
|
bytestring
|
|
|
|
hspec
|
|
|
|
utf8-string
|
2024-09-26 15:48:23 +02:00
|
|
|
];
|
|
|
|
testToolDepends = [ hspec-discover ];
|
2025-07-25 21:56:20 +02:00
|
|
|
doHaddock = false;
|
2024-09-26 15:48:23 +02:00
|
|
|
jailbreak = true;
|
|
|
|
homepage = "https://gren-lang.org";
|
2025-07-25 21:56:20 +02:00
|
|
|
description = "The `gren` command line interface";
|
2024-09-26 15:48:23 +02:00
|
|
|
license = lib.licenses.bsd3;
|
|
|
|
mainProgram = "gren";
|
|
|
|
}
|