21 lines
620 B
Nix
21 lines
620 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, boehmgc, Cabal, gmp, happy, mtl }:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "epic";
|
|
version = "0.9.3.2";
|
|
sha256 = "1l73absns4ci20brkdjg1r1l9p4xxx88vax736diqik7rl7zrx9h";
|
|
isLibrary = true;
|
|
isExecutable = true;
|
|
buildDepends = [ Cabal mtl ];
|
|
buildTools = [ happy ];
|
|
extraLibraries = [ boehmgc gmp ];
|
|
meta = {
|
|
homepage = "http://www.dcs.st-and.ac.uk/~eb/epic.php";
|
|
description = "Compiler for a simple functional language";
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
platforms = self.ghc.meta.platforms;
|
|
};
|
|
})
|