summaryrefslogtreecommitdiff
path: root/src/Propellor/Spin.hs
diff options
context:
space:
mode:
authorJoey Hess2015-10-10 14:45:00 -0400
committerJoey Hess2015-10-10 14:45:00 -0400
commit28fe270223ed56ef8e7fd867573b5ba6a5a221c7 (patch)
tree4eed19a158af0e63c6028f91cb479a51b181ece1 /src/Propellor/Spin.hs
parent8bb64dd37de63e2d86428bb3d707b1aef287e172 (diff)
propellor spin
Diffstat (limited to 'src/Propellor/Spin.hs')
-rw-r--r--src/Propellor/Spin.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs
index c5b31cef..ecefbf6e 100644
--- a/src/Propellor/Spin.hs
+++ b/src/Propellor/Spin.hs
@@ -16,7 +16,7 @@ import qualified Data.ByteString as B
import qualified Data.Set as S
import Network.Socket (getAddrInfo, defaultHints, AddrInfo(..), AddrInfoFlag(..), SockAddr)
-import Propellor
+import Propellor.Base
import Propellor.Protocol
import Propellor.PrivData.Paths
import Propellor.Git