mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 12:53:59 +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 {};
|
||||
|
||||
graphviz = callPackage ../development/libraries/haskell/graphviz {
|
||||
fgl = self.fgl_5_4_2_4;
|
||||
polyparse = self.polyparse_1_7;
|
||||
};
|
||||
graphviz = callPackage ../development/libraries/haskell/graphviz {};
|
||||
|
||||
groupoids = callPackage ../development/libraries/haskell/groupoids {};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user