summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendList.hs')
-rw-r--r--BackendList.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/BackendList.hs b/BackendList.hs
index 77e4bd817..c3a1b13a1 100644
--- a/BackendList.hs
+++ b/BackendList.hs
@@ -3,8 +3,9 @@
module BackendList where
+import Backend
+
-- When adding a new backend, import it here and add it to the list.
-import Types
import qualified BackendFile
import qualified BackendChecksum
import qualified BackendUrl