| 
									
										
										
										
											2014-07-14 13:21:41 +02:00
										 |  |  | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-11-11 16:36:09 +01:00
										 |  |  | { cabal, base16Bytestring, HUnit, text }: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | cabal.mkDerivation (self: { | 
					
						
							|  |  |  |   pname = "direct-sqlite"; | 
					
						
							| 
									
										
										
										
											2014-04-28 19:17:19 +02:00
										 |  |  |   version = "2.3.13"; | 
					
						
							|  |  |  |   sha256 = "0d16jmls41cwyzg91fpd32dv8vvx1v3ilypv1wd7ya8j08fwfvdn"; | 
					
						
							| 
									
										
										
										
											2013-11-11 16:36:09 +01:00
										 |  |  |   buildDepends = [ text ]; | 
					
						
							|  |  |  |   testDepends = [ base16Bytestring HUnit text ]; | 
					
						
							|  |  |  |   meta = { | 
					
						
							|  |  |  |     homepage = "http://ireneknapp.com/software/"; | 
					
						
							|  |  |  |     description = "Low-level binding to SQLite3. Includes UTF8 and BLOB support."; | 
					
						
							|  |  |  |     license = self.stdenv.lib.licenses.bsd3; | 
					
						
							|  |  |  |     platforms = self.ghc.meta.platforms; | 
					
						
							|  |  |  |   }; | 
					
						
							|  |  |  | }) |