mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
haskell-graphviz: link with latest version of polyparse
This commit is contained in:
parent
8792406e8f
commit
50f65f62d8
@ -973,10 +973,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
|
|||||||
|
|
||||||
Graphalyze = callPackage ../development/libraries/haskell/Graphalyze {};
|
Graphalyze = callPackage ../development/libraries/haskell/Graphalyze {};
|
||||||
|
|
||||||
graphviz = callPackage ../development/libraries/haskell/graphviz {
|
graphviz = callPackage ../development/libraries/haskell/graphviz {};
|
||||||
fgl = self.fgl_5_4_2_4;
|
|
||||||
polyparse = self.polyparse_1_7;
|
|
||||||
};
|
|
||||||
|
|
||||||
groupoids = callPackage ../development/libraries/haskell/groupoids {};
|
groupoids = callPackage ../development/libraries/haskell/groupoids {};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user