From 6feb848284b131127907cb910d6fce4389c8f9fb Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Mon, 11 Apr 2011 07:42:42 +0100 Subject: [PATCH] add network to solve build failure on hackage --- tls-extra.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/tls-extra.cabal b/tls-extra.cabal index 71f8b4b..976d742 100644 --- a/tls-extra.cabal +++ b/tls-extra.cabal @@ -30,6 +30,7 @@ Library Build-Depends: base > 3 && < 5 , tls >= 0.5 && < 0.6 , mtl + , network >= 2.3 , cryptohash >= 0.6 , bytestring , vector