summaryrefslogtreecommitdiff
path: root/tt.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tt.cabal')
-rw-r--r--tt.cabal21
1 files changed, 14 insertions, 7 deletions
diff --git a/tt.cabal b/tt.cabal
index c55c329..cfab4cf 100644
--- a/tt.cabal
+++ b/tt.cabal
@@ -1,16 +1,23 @@
+cabal-version: >= 1.6
name: tt
version: 0.0.1
-synopsis: Test runner for Telepathy twisted tests
-description: Simplifies invoking `make check-twisted` to run Telepathy tests
-category:
+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-depends: base (>= 4), unix, filepath, directory, process
build-type: Simple
extra-source-files: README
-executable: tt
-main-is: tt.hs
-ghc-options: -Wall -fno-warn-unused-imports -Werror
+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