summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
blob: 8db9d4d731e5ac69c2f75308d20d6d614e1dff18 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
Name: debug-me
Version: 0.20170411
Cabal-Version: >= 1.8
Maintainer: Joey Hess <joey@kitenet.net>
Author: Joey Hess
Stability: Experimental
Copyright: 2017 Joey Hess
License: AGPL-3
Homepage: https://debug-me.branchable.com/
Category: Utility
Build-Type: Custom
Synopsis: 
Description:
License-File: AGPL
Extra-Source-Files:
  CHANGELOG
  INSTALL
  TODO
  debug-me.1

Executable debug-me
  Main-Is: debug-me.hs
  GHC-Options: -threaded -Wall -fno-warn-tabs -O2
  Build-Depends:
      base (>= 4.9 && < 5.0)
    , network (>= 2.6)
    , bytestring == 0.10.*
    , cryptonite (>= 0.20)
    , unix (>= 2.7)
    , process (>= 1.4)
    , async (>= 2.1)
    , stm (>= 2.4)
    , stm-chans (>= 3.0)
    , posix-pty (>= 0.2.1)
    , terminal-size (>= 0.3)
    , aeson (>= 0.11 && < 1.1)
    , sandi (>= 0.4)
    , text (>= 1.2.2)
    , binary (>= 0.8)
    , optparse-applicative (>= 0.12)
    , graphviz (== 2999.18.*)
    , time (>= 1.6)
    , filepath (>= 1.4)
    , directory (>= 1.3)
    , containers (>= 0.5)
    , unbounded-delays (>= 0.1)
    , memory (>= 0.13)
    , warp (>= 3.2)
    , wai (>= 3.2)
    , http-types (>= 0.9)
    , websockets (>= 0.11.1)
    , wai-websockets (>= 3.0)
    , uuid (>= 1.3)
  Other-Modules:
    CmdLine
    Crypto
    Graphviz
    Hash
    Log
    Memory
    Pty
    Replay
    Role.Developer
    Role.Downloader
    Role.User
    Role.Watcher
    Session
    Serialization
    Server
    SessionID
    Types
    Val
    WebSockets

source-repository head
  type: git
  location: git://keysafe.branchable.com/