-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfcomb-node-agent.cabal
45 lines (44 loc) · 1.42 KB
/
fcomb-node-agent.cabal
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
name: fcomb-node-agent
version: 0.1.1.0
description: Please see README.md
homepage: http://github.com/fcomb/fcomb-node-agent#readme
license: Apache-2.0
license-file: LICENSE
author: Timothy Klim
maintainer: [email protected]
copyright: 2015 fcomb
category: System
build-type: Simple
cabal-version: >=1.10
executable fcomb-node-agent
hs-source-dirs: src
main-is: Main.hs
other-modules: Crypto.RSA
Certs
Config
Docker
Globals
Http
Agent
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, pkcs10 >= 0.1.0.4
, cryptonite
, x509
, asn1-encoding
, asn1-types
, pem
, bytestring
, wreq
, aeson
, lens
, lens-aeson
, retry
, unix
, directory
, filepath
, process
, yaml
, text
, http-client
, exceptions