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";
|
||
|
|
}
|