blob: 0ada69b43fef0f6ccd326a92dbd14718a9dc2405 (
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: timeout 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
|