summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendList.hs')
-rw-r--r--BackendList.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/BackendList.hs b/BackendList.hs
index e628e3a61..59ec026d9 100644
--- a/BackendList.hs
+++ b/BackendList.hs
@@ -11,6 +11,9 @@ module BackendList (allBackends) where
import qualified Backend.WORM
import qualified Backend.SHA1
import qualified Backend.URL
+import TypeInternals
+
+allBackends :: [Backend]
allBackends =
[ Backend.WORM.backend
, Backend.SHA1.backend