diff options
Diffstat (limited to 'dht-client.cabal')
-rw-r--r-- | dht-client.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dht-client.cabal b/dht-client.cabal index 18de7a62..496c0f5a 100644 --- a/dht-client.cabal +++ b/dht-client.cabal | |||
@@ -127,6 +127,7 @@ library | |||
127 | Paths | 127 | Paths |
128 | PeerResolve | 128 | PeerResolve |
129 | Connection.Tcp | 129 | Connection.Tcp |
130 | Connection.Tox | ||
130 | SockAddr | 131 | SockAddr |
131 | TraversableT | 132 | TraversableT |
132 | UTmp | 133 | UTmp |
@@ -139,6 +140,7 @@ library | |||
139 | 140 | ||
140 | build-depends: base | 141 | build-depends: base |
141 | , containers | 142 | , containers |
143 | , dependent-sum | ||
142 | , array | 144 | , array |
143 | , hashable | 145 | , hashable |
144 | , iproute | 146 | , iproute |