fix building with S3 stub
This commit is contained in:
parent
a473560515
commit
19428ea2f4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
-- stub for when hS3 is not available
|
||||
module Remote.S3 (remote) where
|
||||
|
||||
import RemoteClass
|
||||
import Types.Remote
|
||||
import Types
|
||||
|
||||
remote :: RemoteType Annex
|
||||
|
|
Loading…
Reference in a new issue