summaryrefslogtreecommitdiff
path: root/BackendList.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-31 14:40:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-31 14:40:34 -0400
commit40729e4bfdf4fe9753705a5a7a93cf1e0012a92c (patch)
treedf2baee7df59470bb0b3b613548a96e830702c44 /BackendList.hs
parent2d893b3331f5515b179d7541c9b4cb1f30162fce (diff)
more Wall cleaning
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