diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-02-14 13:51:26 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-02-15 09:33:11 -0500 |
commit | 2f6124c364f3f9c8faced47867d1bc57223391b6 (patch) | |
tree | faa8ec9c116a3118c2e3604d4cc110650fc3c8e7 /testsuite/timeout/timeout.cabal | |
parent | 7550417ac866e562bb015149d8f9a6b8c97b5f84 (diff) | |
download | haskell-wip/timeout-rewrite.tar.gz |
testsuite: Rewrite timeoutwip/timeout-rewrite
Diffstat (limited to 'testsuite/timeout/timeout.cabal')
-rw-r--r-- | testsuite/timeout/timeout.cabal | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/testsuite/timeout/timeout.cabal b/testsuite/timeout/timeout.cabal index 0ada69b43f..1a0d8891c9 100644 --- a/testsuite/timeout/timeout.cabal +++ b/testsuite/timeout/timeout.cabal @@ -2,8 +2,8 @@ Name: timeout Version: 1 Copyright: GHC Team License: BSD3 -Author: GHC Team <cvs-ghc@haskell.org> -Maintainer: GHC Team <cvs-ghc@haskell.org> +Author: GHC Team <ghc-devs@haskell.org> +Maintainer: GHC Team <ghc-devs@haskell.org> Synopsis: timeout utility Description: timeout utility Category: Development @@ -12,11 +12,7 @@ cabal-version: >=1.2 Executable timeout Main-Is: timeout.hs - Other-Modules: WinCBindings Extensions: CPP + Ghc-Options: -threaded Build-Depends: base, process - if os(windows) - Build-Depends: Win32 - else - Build-Depends: unix |