update
This commit is contained in:
parent
a55f49efb6
commit
80ce5f90db
5 changed files with 106 additions and 6 deletions
|
@ -3,6 +3,12 @@
|
|||
|
||||
import LocationLog
|
||||
import GitRepo
|
||||
import Backend
|
||||
|
||||
-- When adding a new backend, import it here and add it to the backends list.
|
||||
import qualified BackendFile
|
||||
import qualified BackendUrl
|
||||
backends = [BackendFile.backend, BackendUrl.backend]
|
||||
|
||||
main = do
|
||||
repo <- repoTop
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue