forked from mirrors/nixpkgs
forgotten to commit this change (location fix documentation/hs2hs -> misc/hsc2hs)
svn path=/nixpkgs/trunk/; revision=11255
This commit is contained in:
parent
5a78bbfc9f
commit
43172fcb6a
|
@ -1942,7 +1942,7 @@ let pkgs = rec {
|
|||
inherit cabal;
|
||||
};
|
||||
|
||||
hsc2hs = import ../development/tools/documentation/hs2hs {
|
||||
hsc2hs = import ../development/tools/misc/hsc2hs {
|
||||
inherit bleedingEdgeRepos stdenv;
|
||||
ghc = ghcsAndLibs.ghc68.ghc;
|
||||
libs = with (ghc68extraLibs ghcsAndLibs.ghc68 // ghcsAndLibs.ghc68.core_libs); [ base directory process cabal_darcs ];
|
||||
|
|
Loading…
Reference in a new issue