2014-07-14 11:21:41 +00:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-02-14 17:00:37 +00:00
|
|
|
{ cabal, boehmgc, Cabal, gmp, happy, mtl }:
|
2010-09-29 19:24:29 +00:00
|
|
|
|
2011-08-12 11:02:48 +00:00
|
|
|
cabal.mkDerivation (self: {
|
2010-09-29 19:24:29 +00:00
|
|
|
pname = "epic";
|
2014-10-12 16:01:02 +00:00
|
|
|
version = "0.9.3.2";
|
|
|
|
sha256 = "1l73absns4ci20brkdjg1r1l9p4xxx88vax736diqik7rl7zrx9h";
|
2011-08-12 11:02:48 +00:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
2012-02-14 17:00:37 +00:00
|
|
|
buildDepends = [ Cabal mtl ];
|
2011-08-23 10:35:49 +00:00
|
|
|
buildTools = [ happy ];
|
2011-08-23 11:00:05 +00:00
|
|
|
extraLibraries = [ boehmgc gmp ];
|
2010-09-29 19:24:29 +00:00
|
|
|
meta = {
|
2011-08-12 11:02:48 +00:00
|
|
|
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;
|
2010-09-29 19:24:29 +00:00
|
|
|
};
|
|
|
|
})
|