summaryrefslogtreecommitdiff
path: root/testsuite/timeout/timeout.cabal
blob: 70ee3e512e03fc23f9c6e7a7ae6a2deb256bef53 (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
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
    Other-Modules: WinCBindings
    Extensions: CPP
    Build-Depends: base, process
    if os(windows)
        Build-Depends: Win32
    else
        Build-Depends: unix