These packages don't compile: - cabal-delete - cabal-file-th - categories - cmdtheline - codec-image-devil - concurrent-extra - cryptol 1.8.x - data-lens - diagrams-postscript - djinn - download - dstring - enummapset - git-date - github-backup - gtkglext - happyy-meta - haskeline-class - pakcs These packages depend on some of the packages listed before: - Chart-diagrams - data-lens-template - hp2any-manager - purescript - repr These packages fail with GHC 7.8.3 but still compile with older compilers: - happy: 1.18.4, 1.18.5, 1.18.6
		
			
				
	
	
		
			18 lines
		
	
	
		
			513 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			513 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
 | 
						|
 | 
						|
{ cabal, libdevil }:
 | 
						|
 | 
						|
cabal.mkDerivation (self: {
 | 
						|
  pname = "Codec-Image-DevIL";
 | 
						|
  version = "0.2.3";
 | 
						|
  sha256 = "1kv3hns9f0bhfb723nj9szyz3zfqpvy02azzsiymzjz4ajhqmrsz";
 | 
						|
  extraLibraries = [ libdevil ];
 | 
						|
  meta = {
 | 
						|
    description = "An FFI interface to the DevIL library";
 | 
						|
    license = self.stdenv.lib.licenses.bsd3;
 | 
						|
    platforms = self.ghc.meta.platforms;
 | 
						|
    hydraPlatforms = self.stdenv.lib.platforms.none;
 | 
						|
    broken = true;
 | 
						|
  };
 | 
						|
})
 |