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:
parent
3a44af3acc
commit
d10badf202
@ -634,7 +634,9 @@ 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;
|
||||||
|
};
|
||||||
|
|
||||||
hakyll = callPackage ../development/libraries/haskell/hakyll {
|
hakyll = callPackage ../development/libraries/haskell/hakyll {
|
||||||
hamlet = self.hamlet_0_8_2_1;
|
hamlet = self.hamlet_0_8_2_1;
|
||||||
|
Loading…
Reference in New Issue
Block a user