diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-11 17:52:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-11 17:52:46 -0400 |
commit | ebc3fbe9ae2c5cc52332c77a92697c2517ce8263 (patch) | |
tree | f65c38ab3d452c0cde3d0d3b968c216f1ee30705 /BackendUrl.hs | |
parent | af82586adff96f18fe768e432f501c647401262f (diff) |
explicit exports
Diffstat (limited to 'BackendUrl.hs')
-rw-r--r-- | BackendUrl.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendUrl.hs b/BackendUrl.hs index f08f0bdb4..4ba1dbadb 100644 --- a/BackendUrl.hs +++ b/BackendUrl.hs @@ -3,7 +3,7 @@ module BackendUrl (backend) where -import Backend +import BackendType import GitRepo backend = Backend { |