22 lines
		
	
	
		
			655 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			655 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
 | 
						|
 | 
						|
{ cabal, smallcheck, tasty, tastyHunit, tastySmallcheck
 | 
						|
, transformers
 | 
						|
}:
 | 
						|
 | 
						|
cabal.mkDerivation (self: {
 | 
						|
  pname = "regex-applicative";
 | 
						|
  version = "0.3.0.3";
 | 
						|
  sha256 = "111j6x1j7bx5viz2hmgyvcdwfrv5x3f9mifx888hyd3hz850wpwc";
 | 
						|
  buildDepends = [ transformers ];
 | 
						|
  testDepends = [
 | 
						|
    smallcheck tasty tastyHunit tastySmallcheck transformers
 | 
						|
  ];
 | 
						|
  meta = {
 | 
						|
    homepage = "https://github.com/feuerbach/regex-applicative";
 | 
						|
    description = "Regex-based parsing with applicative interface";
 | 
						|
    license = self.stdenv.lib.licenses.mit;
 | 
						|
    platforms = self.ghc.meta.platforms;
 | 
						|
  };
 | 
						|
})
 |