summaryrefslogtreecommitdiffhomepage
path: root/keysafe.cabal
blob: 28fa921c78ef513a82151a82d6bb69e8e438fc6e (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
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 -O2
  Build-Depends:
      base (>= 4.5)
    , bytestring == 0.10.*
    , deepseq == 1.4.*
    , random == 1.1.*
    , raaz == 0.0.2
    , QuickCheck == 2.8.*
    , time == 1.5.*
    , containers == 0.5.*
    , binary == 0.7.*
    , text == 1.2.*
    , utf8-string == 1.0.*
    , unix == 2.7.*
    , filepath == 1.4.*
    , directory == 1.2.*
    , process == 1.2.*
    , optparse-applicative == 0.12.*
    , readline == 1.0.*

    -- secret-sharing == 1.0.*
    , dice-entropy-conduit >= 1.0.0.0
    , binary >=0.5.1.1
    , vector >=0.10.11.0
    , finite-field >=0.8.0
    , polynomial >= 0.7.1
    -- argon2 == 1.1.*
  Extra-Libraries: argon2
  Other-Modules:
    Crypto.Argon2.FFI
    Crypto.Argon2

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