summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
blob: 1e586f7aff5b54a8a962bd2ba25835e543d5024a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.*
    , random == 1.1.*
    , secret-sharing == 1.0.*
    , raaz == 0.0.2
    , argon2 == 1.1.*

source-repository head
  type: git
  location: git://git.joeyh.name/keysafe.git