diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-14 02:52:17 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-14 02:52:17 -0400 |
commit | 0b55bd05de7b83a474ea58e9d45676934667f4bd (patch) | |
tree | 1e2373381a650d0c2c5c1bc6c5cffa58cf922989 /BackendList.hs | |
parent | 4c1d8b9689043c18214b1da7d5c145fb0859443d (diff) |
more namespace cleanup
Diffstat (limited to 'BackendList.hs')
-rw-r--r-- | BackendList.hs | 2 |
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 |