summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal9
1 files changed, 9 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
index a01983d..dc90e3c 100644
--- a/keysafe.cabal
+++ b/keysafe.cabal
@@ -24,6 +24,7 @@ Extra-Source-Files:
keysafe.1
keysafe.service
keysafe.desktop
+ keysafe.autostart
Makefile
Executable keysafe
@@ -69,11 +70,14 @@ Executable keysafe
, SafeSemaphore == 0.10.*
, crypto-random == 0.0.*
, async == 2.1.*
+ , unix-compat == 0.4.*
+ , exceptions == 0.8.*
-- Temporarily inlined due to FTBFS bug
-- https://github.com/ocharles/argon2/issues/2
-- argon2 == 1.1.*
Extra-Libraries: argon2
Other-Modules:
+ AutoStart
BackupRecord
Benchmark
ByteStrings
@@ -110,6 +114,11 @@ Executable keysafe
UI.Readline
UI.NonInteractive
UI.Zenity
+ Utility.Data
+ Utility.Env
+ Utility.Exception
+ Utility.FreeDesktop
+ Utility.UserInfo
source-repository head
type: git