mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-30 23:34:12 +03:00
* 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 {
|
||||
inherit fetchurl stdenv gawk;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user