summaryrefslogtreecommitdiffhomepage
path: root/debug-me.cabal
blob: 37d83578b0e5475fb05bf7c0ab47a76ccae84c09 (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
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.5 && < 5.0)
    , bytestring == 0.10.*
    , cryptonite (>= 0.20)
    , unix (>= 2.7)
    , process (>= 1.4)
    , async (>= 2.1)
    , stm (>= 2.4)
    , posix-pty (>= 0.2.1)
    , terminal-size (>= 0.3)
    , aeson (>= 0.11 && < 1.1)
    , sandi (>= 0.4)
    , text (>= 1.2)
    , optparse-applicative (>= 0.12)
    , graphviz (== 2999.18.*)
    , time (>= 1.6)
  Other-Modules:
    CmdLine
    Graphviz
    Hash
    Log
    Pty
    Replay
    Types
    Val

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