summaryrefslogtreecommitdiff
path: root/testsuite/timeout
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-09-03 22:36:19 +0000
committerIan Lynagh <igloo@earth.li>2008-09-03 22:36:19 +0000
commit04e03f8f8c00cefde63689209ca075bb0d4625a2 (patch)
tree80b643820b78f744da1480427159b5e8d394ac7f /testsuite/timeout
parent0aa0811d934c2d056d161a9db3556c0b216da898 (diff)
downloadhaskell-04e03f8f8c00cefde63689209ca075bb0d4625a2.tar.gz
follow library changes
Diffstat (limited to 'testsuite/timeout')
-rw-r--r--testsuite/timeout/timeout.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/timeout.cabal b/testsuite/timeout/timeout.cabal
index 90e6a7c56b..70ee3e512e 100644
--- a/testsuite/timeout/timeout.cabal
+++ b/testsuite/timeout/timeout.cabal
@@ -17,7 +17,7 @@ Executable timeout
Main-Is: timeout.hs
Other-Modules: WinCBindings
Extensions: CPP
- Build-Depends: base, process, concurrent
+ Build-Depends: base, process
if os(windows)
Build-Depends: Win32
else