summaryrefslogtreecommitdiff
path: root/src/Propellor/Types
diff options
context:
space:
mode:
authorJoey Hess2018-12-30 14:38:07 -0400
committerJoey Hess2018-12-30 14:38:07 -0400
commit58051d1065134450dc97d9887eb51487f90d87a3 (patch)
tree5073d88f156531ca6d1e2be9d4bdc467293763f7 /src/Propellor/Types
parent4ffc1eb9e2517a4bce4764858f8d073720ef51e0 (diff)
stop importing deprecated Network.BSD
Luckily only the HostName type is needed, which Network.Socket still exports
Diffstat (limited to 'src/Propellor/Types')
-rw-r--r--src/Propellor/Types/OS.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types/OS.hs b/src/Propellor/Types/OS.hs
index 01d777a4..34ea4272 100644
--- a/src/Propellor/Types/OS.hs
+++ b/src/Propellor/Types/OS.hs
@@ -23,7 +23,7 @@ module Propellor.Types.OS (
import Propellor.Types.ConfigurableValue
-import Network.BSD (HostName)
+import Network.Socket (HostName)
import Data.Typeable
import Data.String