summaryrefslogtreecommitdiff
path: root/BackendUrl.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:10:15 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-12 16:10:15 -0400
commit20acda0423b1a00eae64296835679887ca79ea2f (patch)
tree3520f9c0b8a6ccffd17d23cd7f9962d5f28be54e /BackendUrl.hs
parent2ac47a3a59b2b9b8980b4a9d3277bcb653bcb026 (diff)
more state
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"