19 lines
		
	
	
		
			449 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			449 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
 | 
						|
 | 
						|
{ cabal, mtl }:
 | 
						|
 | 
						|
cabal.mkDerivation (self: {
 | 
						|
  pname = "unlambda";
 | 
						|
  version = "0.1.3";
 | 
						|
  sha256 = "0clcpkhg23a7ma72rjjpl2w8jpg2mdn4rgm3vf0vqr7lbyma1h89";
 | 
						|
  isLibrary = true;
 | 
						|
  isExecutable = true;
 | 
						|
  buildDepends = [ mtl ];
 | 
						|
  hyperlinkSource = false;
 | 
						|
  meta = {
 | 
						|
    description = "Unlambda interpreter";
 | 
						|
    license = "GPL";
 | 
						|
    platforms = self.ghc.meta.platforms;
 | 
						|
  };
 | 
						|
})
 |