From 4f0717969973a799d4d9772042bfbe663fa42f2f Mon Sep 17 00:00:00 2001 From: Baylac-Jacqué Félix Date: Fri, 11 Aug 2017 17:45:01 +0200 Subject: Implement and test RPC show Peer feature. --- nara.cabal | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nara.cabal') diff --git a/nara.cabal b/nara.cabal index 3f07cd5..f64cad4 100644 --- a/nara.cabal +++ b/nara.cabal @@ -71,6 +71,7 @@ library directory, exceptions, filepath, + hex, iproute == 1.7.*, lens, memory == 0.14.*, @@ -119,6 +120,11 @@ test-suite nara-test , conduit-extra , conduit , stm + , memory + , cacophony + , hex + , network + , iproute other-modules: Network.WireGuard.RPCSpec default-language: Haskell2010 -- cgit v1.2.3-59-g8ed1b