* added a preliminary nix expression for EHC, *DOESN'T WORK YET*
svn path=/nixpkgs/trunk/; revision=11103
This commit is contained in:
parent
842eda63f8
commit
03a9016049
@ -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 {
|
fpc = import ../development/compilers/fpc {
|
||||||
inherit fetchurl stdenv gawk;
|
inherit fetchurl stdenv gawk;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user