Author: andres
Date: Tue Sep  7 13:11:21 2010
New Revision: 23671
URL: https://svn.nixos.org/websvn/nix/?rev=23671&sc=1

Log:
gitit should now work with ghc-6.12.3

Modified:
   nixpkgs/trunk/pkgs/top-level/release.nix

Modified: nixpkgs/trunk/pkgs/top-level/release.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/release.nix    Tue Sep  7 12:58:07 2010        
(r23670)
+++ nixpkgs/trunk/pkgs/top-level/release.nix    Tue Sep  7 13:11:21 2010        
(r23671)
@@ -409,7 +409,7 @@
   haskellPackages_ghc6104 = {
     darcs = ghcSupported;
     ghc = ghcSupported;
-    gitit = linux;
+    # gitit = linux;
     gtk2hs = linux;
     leksah = linux;
     haskellPlatform_2009_2_0_2 = ghcSupported;
@@ -431,6 +431,7 @@
   haskellPackages_ghc6123 = {
     darcs = ghcSupported;
     ghc = ghcSupported;
+    gitit = linux;
     haskellPlatform_2010_2_0_0 = ghcSupported;
     lhs2tex = ghcSupported;
     xmonad = linux;
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to