blob: c44eadf02dc7b83e3a3fc006e372e57d5da182d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Name: timeout
Version: 1
Copyright: GHC Team
License: BSD3
Author: GHC Team <cvs-ghc@haskell.org>
Maintainer: GHC Team <cvs-ghc@haskell.org>
Synopsis: timout utility
Description: timeout utility
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
|