diff options
author | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:52:02 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2008-08-24 13:52:02 +0000 |
commit | 57c674a072fbdc10705e9d524d2a9cecb8089594 (patch) | |
tree | 1731bbf43e13661d53187e011028aa92ee6aa14b /testsuite/timeout | |
parent | 312c034b5c86f4eb5f5039b530f7456942f89cab (diff) | |
download | haskell-57c674a072fbdc10705e9d524d2a9cecb8089594.tar.gz |
We now depend on concurrent (split off from base)
Diffstat (limited to 'testsuite/timeout')
-rw-r--r-- | testsuite/timeout/timeout.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/timeout/timeout.cabal b/testsuite/timeout/timeout.cabal index 70ee3e512e..90e6a7c56b 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 + Build-Depends: base, process, concurrent if os(windows) Build-Depends: Win32 else |