22 lines
		
	
	
		
			661 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			661 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
 | 
						|
 | 
						|
{ cabal, HUnit, stm, testFramework, testFrameworkHunit
 | 
						|
, transformers
 | 
						|
}:
 | 
						|
 | 
						|
cabal.mkDerivation (self: {
 | 
						|
  pname = "exception-transformers";
 | 
						|
  version = "0.3.0.4";
 | 
						|
  sha256 = "1m4mwgzynymdjvrrrvl90q468pgwik07yy2lsff9spxhcd43w2ra";
 | 
						|
  buildDepends = [ stm transformers ];
 | 
						|
  testDepends = [
 | 
						|
    HUnit testFramework testFrameworkHunit transformers
 | 
						|
  ];
 | 
						|
  meta = {
 | 
						|
    homepage = "http://www.cs.drexel.edu/~mainland/";
 | 
						|
    description = "Type classes and monads for unchecked extensible exceptions";
 | 
						|
    license = self.stdenv.lib.licenses.bsd3;
 | 
						|
    platforms = self.ghc.meta.platforms;
 | 
						|
  };
 | 
						|
})
 |