Use consistent version of network package in gitit.

svn path=/nixpkgs/trunk/; revision=21109
This commit is contained in:
Andres Löh 2010-04-15 22:01:04 +00:00
parent 934b429725
commit bd22d01b5e

View file

@ -697,7 +697,8 @@ rec {
};
texmath = import ../development/libraries/haskell/texmath {
inherit cabal cgi json parsec xml;
inherit cabal json parsec xml;
cgi = cgi3001172;
};
text = import ../development/libraries/haskell/text {