mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 22:50:49 +00:00
haskell-SourceGraph: fixed build
svn path=/nixpkgs/trunk/; revision=33545
This commit is contained in:
parent
ba8b234c85
commit
943904a809
|
@ -1606,7 +1606,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||
|
||||
hslogger = callPackage ../development/tools/haskell/hslogger {};
|
||||
|
||||
SourceGraph = callPackage ../development/tools/haskell/SourceGraph {};
|
||||
SourceGraph = callPackage ../development/tools/haskell/SourceGraph {
|
||||
haskellSrcExts = self.haskellSrcExts_1_11_1;
|
||||
};
|
||||
|
||||
tar_0_3_2_0 = callPackage ../development/tools/haskell/tar/0.3.2.0.nix {};
|
||||
tar_0_4_0_0 = callPackage ../development/tools/haskell/tar/0.4.0.0.nix {};
|
||||
|
|
Loading…
Reference in a new issue