summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-06 16:59:17 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-06 16:59:17 -0400
commitfbd0bb3a2b2541e897708fb441ab1c8a2b5ab78e (patch)
treebdb1d5ccb0f3b6d19ceb6227200915e716ab367e /keysafe.cabal
downloadkeysafe-fbd0bb3a2b2541e897708fb441ab1c8a2b5ab78e.tar.gz
initial
Diffstat (limited to 'keysafe.cabal')
-rw-r--r--keysafe.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/keysafe.cabal b/keysafe.cabal
new file mode 100644
index 0000000..6b1729e
--- /dev/null
+++ b/keysafe.cabal
@@ -0,0 +1,30 @@
+Name: keysafe
+Version: 0.20160806
+Cabal-Version: >= 1.8
+Maintainer: Joey Hess <joey@kitenet.net>
+Author: Joey Hess
+Stability: Experimental
+Copyright: 2016 Joey Hess
+License: AGPL-3
+License-File: AGPL
+Extra-Source-Files: CHANGELOG
+Homepage: https://joeyh.name/code/keysafe/
+Category: Utility
+Build-Type: Simple
+Synopsis:
+Description:
+
+Executable keysafe
+ Main-Is: keysafe.hs
+ GHC-Options: -Wall -fno-warn-tabs
+ Build-Depends:
+ base (>= 4.5)
+ , bytestring == 0.10.*
+ , deepseq == 1.4.*
+ , secret-sharing == 1.0.*
+ , raaz == 0.0.2
+ , argon2 == 1.1.*
+
+source-repository head
+ type: git
+ location: git://git.joeyh.name/keysafe.git