summaryrefslogtreecommitdiff
path: root/tt.cabal
blob: 6726339aafaf5e51561be9e6a0edc6018c3bf500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
cabal-version:       >= 1.8
name:                tt
version:             1.1
synopsis:            Test runner for Telepathy components' Twisted-based tests
description:         Simplifies invoking `make check-twisted` with various
                     possibly-interesting arguments. Completely useless unless
                     you are a Telepathy hacker; very useful if you are.
category:            Testing
license:             BSD3
license-file:        LICENSE
author:              Will Thompson
maintainer:          Will Thompson <will@willthompson.co.uk>
build-type:          Simple
extra-source-files:  README

source-repository head
  type:              git
  location:          git://anongit.freedesktop.org/~wjt/tt

executable tt
  main-is:           tt.hs
  ghc-options:       -Wall -fno-warn-unused-imports
  build-depends:     base (>= 4), unix, filepath, directory, process