summaryrefslogtreecommitdiffhomepage
path: root/Storage/Local.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Storage/Local.hs')
-rw-r--r--Storage/Local.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Storage/Local.hs b/Storage/Local.hs
index 38fc5b7..b9f0f3e 100644
--- a/Storage/Local.hs
+++ b/Storage/Local.hs
@@ -7,7 +7,7 @@ module Storage.Local (localStorage, storageDir, testStorageDir, uploadQueue) whe
import Types
import Types.Storage
-import Storage.Network (Server(..))
+import Servers
import Serialization ()
import qualified Data.ByteString as B
import qualified Data.ByteString.UTF8 as U8