aboutsummaryrefslogtreecommitdiffstats
path: root/src/Network/WireGuard/Internal/State.hs
diff options
context:
space:
mode:
authorBaylac-Jacqué Félix <felix@alternativebit.fr>2017-08-17 16:11:33 +0200
committerBaylac-Jacqué Félix <felix@alternativebit.fr>2017-09-16 17:10:35 +0200
commite36a4cf345fede7f8b9f6a57ac842bf48fd9c068 (patch)
tree052c4f45baf7edd5e7e574da246b3740bdf85358 /src/Network/WireGuard/Internal/State.hs
parentImplement and test RPC show Peer feature. (diff)
downloadwireguard-hs-e36a4cf345fede7f8b9f6a57ac842bf48fd9c068.tar.xz
wireguard-hs-e36a4cf345fede7f8b9f6a57ac842bf48fd9c068.zip
Extracted RPC types to proper module.
Diffstat (limited to '')
-rw-r--r--src/Network/WireGuard/Internal/State.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/WireGuard/Internal/State.hs b/src/Network/WireGuard/Internal/State.hs
index f7b1ca0..ea8ce1b 100644
--- a/src/Network/WireGuard/Internal/State.hs
+++ b/src/Network/WireGuard/Internal/State.hs
@@ -42,7 +42,7 @@ import Network.Socket.Internal (SockAddr)
import Control.Concurrent.STM
import Network.WireGuard.Internal.Constant
-import Network.WireGuard.Internal.Types
+import Network.WireGuard.Internal.Data.Types
data Device = Device
{ intfName :: String