svn path=/nixpkgs/trunk/; revision=9169
This commit is contained in:
Marc Weber 2007-08-20 10:34:49 +00:00
parent 88640db58e
commit 911556d127

View file

@ -818,6 +818,12 @@ rec {
inherit fetchurl stdenv ghc;
};
#TODO add packages http://cvs.haskell.org/Hugs/downloads/2006-09/packages/ and test
# commented out because it's using the new configuration style proposal which is unstable
#hugs = import ../development/compilers/hugs {
#inherit lib fetchurl stdenv;
#};
j2sdk14x =
assert system == "i686-linux";
import ../development/compilers/jdk/default-1.4.nix {