lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

ghc-6.x: enable builds again now that 5a89a87cc575f0d8 is in master

Resolves https://github.com/NixOS/nixpkgs/issues/7810.

-3
-1
pkgs/development/compilers/ghc/6.10.2-binary.nix
··· 102 102 description = "The Glasgow Haskell Compiler"; 103 103 license = stdenv.lib.licenses.bsd3; 104 104 platforms = ["x86_64-linux" "i686-linux"]; 105 - broken = true; # https://github.com/NixOS/nixpkgs/issues/7810 106 105 }; 107 106 108 107 }
-1
pkgs/development/compilers/ghc/6.10.4.nix
··· 25 25 description = "The Glasgow Haskell Compiler"; 26 26 platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported. 27 27 inherit (ghc.meta) license; 28 - broken = true; # https://github.com/NixOS/nixpkgs/issues/7810 29 28 }; 30 29 }
-1
pkgs/development/compilers/ghc/6.12.3.nix
··· 39 39 maintainers = with stdenv.lib.maintainers; [ marcweber andres simons ]; 40 40 platforms = ["x86_64-linux" "i686-linux"]; # Darwin is unsupported. 41 41 inherit (ghc.meta) license; 42 - broken = true; # https://github.com/NixOS/nixpkgs/issues/7810 43 42 }; 44 43 }