haskell-graphviz: build with the latest fgl version

This change is required for building the Haskell prolog interpreter.

svn path=/nixpkgs/trunk/; revision=29416
This commit is contained in:
Peter Simons 2011-09-21 16:46:48 +00:00
parent 3a44af3acc
commit d10badf202

View File

@ -634,7 +634,9 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y);
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;
};
hakyll = callPackage ../development/libraries/haskell/hakyll {
hamlet = self.hamlet_0_8_2_1;