# 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.2"; src = fetchgit { url = "https://github.com/gren-lang/compiler.git"; sha256 = "1c0fcdc87nmm26hk6c1k4djdk7ld9488fldx8mhwayqfsx0v2d3x"; rev = "0343e77040f97864e5eb9790dd9ba0bb5fe1d6ee"; 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"; }