diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-31 14:40:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-31 14:40:34 -0400 |
commit | 40729e4bfdf4fe9753705a5a7a93cf1e0012a92c (patch) | |
tree | df2baee7df59470bb0b3b613548a96e830702c44 /BackendList.hs | |
parent | 2d893b3331f5515b179d7541c9b4cb1f30162fce (diff) |
more Wall cleaning
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 3 |
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 |