gitit should now work with ghc-6.12.3
svn path=/nixpkgs/trunk/; revision=23671
This commit is contained in:
parent
923d30959f
commit
9534550af5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue