summaryrefslogtreecommitdiffhomepage
path: root/Encryption.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-10 12:16:44 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-10 12:16:44 -0400
commit90b7c385f4e2f293502f9aca38aaa041b7b2f486 (patch)
tree5cc2d68b41406081d9c52271af5852ab148d1ba6 /Encryption.hs
parent730c54a40681776aaaab1b727af42559cf1592fe (diff)
downloadkeysafe-90b7c385f4e2f293502f9aca38aaa041b7b2f486.tar.gz
types for new version storage scheme
Diffstat (limited to 'Encryption.hs')
-rw-r--r--Encryption.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Encryption.hs b/Encryption.hs
index be0a234..4a5abd8 100644
--- a/Encryption.hs
+++ b/Encryption.hs
@@ -3,6 +3,7 @@
module Encryption where
import Types
+import Versions
import Cost
import ExpensiveHash
import Data.Bits