23 lines
617 B
Nix
23 lines
617 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, async, attoLisp, attoparsec, conduit, conduitExtra
|
|
, ghcPaths, mtl, network, syb, text
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "ghc-server";
|
|
version = "1.1";
|
|
sha256 = "1rgrgx9xakq6vy6nanvwzwfvzbfg287pmm8pdm9lbd7kf7ls5ml4";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [
|
|
async attoLisp attoparsec conduit conduitExtra ghcPaths mtl network
|
|
syb text
|
|
];
|
|
meta = {
|
|
description = "A server interface to GHC";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|