summaryrefslogtreecommitdiff
path: root/BackendUrl.hs
diff options
context:
space:
mode:
Diffstat (limited to 'BackendUrl.hs')
-rw-r--r--BackendUrl.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/BackendUrl.hs b/BackendUrl.hs
index aad647744..71503c5c1 100644
--- a/BackendUrl.hs
+++ b/BackendUrl.hs
@@ -20,8 +20,8 @@ keyValue repo file = return Nothing
-- cannot change urls
dummyStore :: State -> FilePath -> Key -> IO Bool
dummyStore repo file url = return False
-dummyRemove :: Key -> IO Bool
-dummyRemove url = return False
+dummyRemove :: State -> Key -> IO Bool
+dummyRemove state url = return False
-downloadUrl :: Key -> FilePath -> IO Bool
-downloadUrl url file = error "downloadUrl unimplemented"
+downloadUrl :: State -> Key -> FilePath -> IO Bool
+downloadUrl state url file = error "downloadUrl unimplemented"