summaryrefslogtreecommitdiff
path: root/BackendChecksum.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-13 21:28:47 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-13 21:28:47 -0400
commitb1607485168e851f69fe3a5b74d73f3c36edf886 (patch)
tree496133383a3aa77ecc373c383c6655e50d71f9c9 /BackendChecksum.hs
parente5c1db355f5fa31af14ed8474aee89872b934f1a (diff)
use a state monad
enormous reworking
Diffstat (limited to 'BackendChecksum.hs')
-rw-r--r--BackendChecksum.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/BackendChecksum.hs b/BackendChecksum.hs
index efa224412..c6e68ffed 100644
--- a/BackendChecksum.hs
+++ b/BackendChecksum.hs
@@ -14,5 +14,5 @@ backend = BackendFile.backend {
}
-- checksum the file to get its key
-keyValue :: State -> FilePath -> IO (Maybe Key)
+keyValue :: FilePath -> Annex (Maybe Key)
keyValue k = error "checksum keyValue unimplemented" -- TODO