summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendList.hs')
-rw-r--r--BackendList.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendList.hs b/BackendList.hs
index 104444dc2..91a2fa7fc 100644
--- a/BackendList.hs
+++ b/BackendList.hs
@@ -7,7 +7,7 @@ module BackendList (
lookupBackendName
) where
-import Types
+import BackendTypes
-- When adding a new backend, import it here and add it to the list.
import qualified BackendFile