summaryrefslogtreecommitdiff
path: root/Backend.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Backend.hs')
-rw-r--r--Backend.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Backend.hs b/Backend.hs
index f03f098cf..9d1b0cdbe 100644
--- a/Backend.hs
+++ b/Backend.hs
@@ -19,6 +19,8 @@
module Backend (
lookupBackend,
storeFile,
+ retrieveFile,
+ lookupKey,
dropFile
) where