add network to solve build failure on hackage

This commit is contained in:
Vincent Hanquez 2011-04-11 07:42:42 +01:00
parent 654bff00e1
commit 6feb848284

View file

@ -30,6 +30,7 @@ Library
Build-Depends: base > 3 && < 5
, tls >= 0.5 && < 0.6
, mtl
, network >= 2.3
, cryptohash >= 0.6
, bytestring
, vector