summaryrefslogtreecommitdiff
path: root/bustle.cabal
blob: ac8bb61f001e7fd51e98ceb5ae46032aebcfa20f (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
Name:           bustle
Category:       Network, Desktop
Version:        0.2.0.1
Synopsis:       Draw pretty sequence diagrams of D-Bus traffic
Description:    Draw pretty sequence diagrams of D-Bus traffic
License:        OtherLicense
License-file:   LICENSE
Author:         Will Thompson <will.thompson@collabora.co.uk>
Maintainer:     Will Thompson <will.thompson@collabora.co.uk>
Build-Depends:  haskell98, mtl, cairo, gtk > 0.10, base < 4,
                containers, parsec, glib, filepath, process
Data-files:     bustle.png, LICENSE
Build-type:     Simple
Extra-source-files: bustle-dbus-monitor.c, Makefile, README, NEWS, HACKING,
                    run-uninstalled.sh

Executable:     bustle
Main-is:        Bustle.hs
Other-modules:  Bustle.Types, Bustle.Parser, Bustle.Diagram, Bustle.Renderer,
                Bustle.Upgrade
Ghc-options:    -Wall -fno-warn-unused-imports

Executable:     bustle-count
Main-is:        bustle-count.hs
Other-modules:  Bustle.Parser, Bustle.Types
Ghc-options:    -Wall -fno-warn-unused-imports

Executable:     bustle-time
Main-is:        bustle-time.hs
Other-modules:  Bustle.Parser, Bustle.Types
Ghc-options:    -Wall -fno-warn-unused-imports

Executable:     bustle-dot
Main-is:        bustle-dot.hs
Other-modules:  Bustle.Parser, Bustle.Types
Ghc-options:    -Wall -fno-warn-unused-imports