2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2012-07-16 22:12:01 +02:00
|
|
|
{ cabal, mtl }:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "unlambda";
|
2012-11-01 10:08:29 +01:00
|
|
|
version = "0.1.3";
|
|
|
|
sha256 = "0clcpkhg23a7ma72rjjpl2w8jpg2mdn4rgm3vf0vqr7lbyma1h89";
|
2012-07-16 22:12:01 +02:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [ mtl ];
|
2014-07-09 12:41:24 +02:00
|
|
|
hyperlinkSource = false;
|
2012-07-16 22:12:01 +02:00
|
|
|
meta = {
|
|
|
|
description = "Unlambda interpreter";
|
|
|
|
license = "GPL";
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|