16 lines
		
	
	
		
			440 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			440 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
 | 
						|
 | 
						|
{ cabal, mtl, random, transformers }:
 | 
						|
 | 
						|
cabal.mkDerivation (self: {
 | 
						|
  pname = "MonadRandom";
 | 
						|
  version = "0.2.0.1";
 | 
						|
  sha256 = "1689302z053zhcr46w5q3a57kd6z365kkgzxh638gcakzzk3pmwm";
 | 
						|
  buildDepends = [ mtl random transformers ];
 | 
						|
  meta = {
 | 
						|
    description = "Random-number generation monad";
 | 
						|
    license = "unknown";
 | 
						|
    platforms = self.ghc.meta.platforms;
 | 
						|
  };
 | 
						|
})
 |