summaryrefslogtreecommitdiff
path: root/testsuite/timeout/timeout.cabal
blob: 276edb479101a21d4bb5e8a237f808cf74a50051 (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
Name: timeout
-- XXX Version number:
Version: 1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
Author: XXX
Maintainer: XXX
Synopsis: XXX
Description:
	XXX
Category: Development
build-type: Simple
cabal-version: >=1.2

Executable timeout
    Main-Is: timeout.hs
    Extensions: CPP
    Build-Depends: base, process
    if os(windows)
        Build-Depends: Win32
    else
        Build-Depends: unix