From cb2876634181eaa5890dbc7332271c0b1765f1b2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 16 Feb 2012 14:05:41 +0000 Subject: Re-generated Haskell package descriptions with the latest version of cabal2nix. svn path=/nixpkgs/trunk/; revision=32327 --- pkgs/development/libraries/haskell/graphviz/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/development/libraries/haskell/graphviz') diff --git a/pkgs/development/libraries/haskell/graphviz/default.nix b/pkgs/development/libraries/haskell/graphviz/default.nix index 8c7d7d20eafd3..fe6119d5a6a3c 100644 --- a/pkgs/development/libraries/haskell/graphviz/default.nix +++ b/pkgs/development/libraries/haskell/graphviz/default.nix @@ -1,4 +1,4 @@ -{ cabal, Cabal, colour, dlist, extensibleExceptions, fgl, filepath +{ cabal, colour, dlist, extensibleExceptions, fgl, filepath , polyparse, text, transformers, wlPprintText }: @@ -9,7 +9,7 @@ cabal.mkDerivation (self: { isLibrary = true; isExecutable = true; buildDepends = [ - Cabal colour dlist extensibleExceptions fgl filepath polyparse text + colour dlist extensibleExceptions fgl filepath polyparse text transformers wlPprintText ]; meta = { -- cgit 1.4.1