gitit should now work with ghc-6.12.3

svn path=/nixpkgs/trunk/; revision=23671
This commit is contained in:
Andres Löh 2010-09-07 13:11:21 +00:00
parent 923d30959f
commit 9534550af5

View file

@ -409,7 +409,7 @@ with (import ./release-lib.nix);
haskellPackages_ghc6104 = {
darcs = ghcSupported;
ghc = ghcSupported;
gitit = linux;
# gitit = linux;
gtk2hs = linux;
leksah = linux;
haskellPlatform_2009_2_0_2 = ghcSupported;
@ -431,6 +431,7 @@ with (import ./release-lib.nix);
haskellPackages_ghc6123 = {
darcs = ghcSupported;
ghc = ghcSupported;
gitit = linux;
haskellPlatform_2010_2_0_0 = ghcSupported;
lhs2tex = ghcSupported;
xmonad = linux;