summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:06:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:06:10 -0400
commit2ac47a3a59b2b9b8980b4a9d3277bcb653bcb026 (patch)
tree2d40eae24513c5f895a9da771f0b34d228439c97 /BackendList.hs
parent759f146d0fd5857cbbb796367c3dd8c695550b46 (diff)
thread State thru to backends
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 f733a44be..104444dc2 100644
--- a/BackendList.hs
+++ b/BackendList.hs
@@ -7,7 +7,7 @@ module BackendList (
lookupBackendName
) where
-import BackendType
+import Types
-- When adding a new backend, import it here and add it to the list.
import qualified BackendFile