* added a preliminary nix expression for EHC, *DOESN'T WORK YET*

svn path=/nixpkgs/trunk/; revision=11103
This commit is contained in:
Andres Löh 2008-03-13 18:02:29 +00:00
parent 842eda63f8
commit 03a9016049

View File

@ -1157,6 +1157,11 @@ rec {
};
};
# Essential Haskell Compiler -- nix expression is work in progress
ehc = import ../development/compilers/ehc {
inherit fetchsvn stdenv coreutils m4 ghc uulib uuagc;
};
fpc = import ../development/compilers/fpc {
inherit fetchurl stdenv gawk;
};