summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-16 13:40:52 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-16 13:40:52 -0400
commitc9c476ae7216b80932b80870a2cd06f9339306aa (patch)
treead2255c1d331bb2f286d7786e65151ba987a8247 /keysafe.cabal
parent3229b02f0aa6bb23e351d00ade1263851a2f1826 (diff)
downloadkeysafe-c9c476ae7216b80932b80870a2cd06f9339306aa.tar.gz
improve options to select secret key to backup/restore
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal20
1 files changed, 19 insertions, 1 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index 3eee7c6..175bb9f 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -51,8 +51,26 @@ Executable keysafe
Other-Modules:
Crypto.Argon2.FFI
Crypto.Argon2
- ExpensiveHash
+ CmdLine
+ Cost
+ Crypto.SecretSharing.Internal
Encryption
+ Entropy
+ ExpensiveHash
+ Serialization
+ Shard
+ Storage
+ Storage.LocalFiles
+ Tunables
+ Types
+ Types.Cost
+ Types.UI
+ UI
+ UI.Readline
+ UI.Zenity
+ Utility.HumanTime
+ Utility.PartialPrelude
+ Utility.QuickCheck
source-repository head
type: git