summaryrefslogtreecommitdiff
path: root/testsuite/timeout/timeout.cabal
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2008-07-24 19:31:20 +0000
committerIan Lynagh <igloo@earth.li>2008-07-24 19:31:20 +0000
commit1174775ee338b0cb0aee0056b07e2cbe18627ef7 (patch)
tree939c9a789fff139dd4e35de92ae22f6fcc6f1eac /testsuite/timeout/timeout.cabal
parentaec015c6deefba69b4d181be9ba67f1930577bea (diff)
downloadhaskell-1174775ee338b0cb0aee0056b07e2cbe18627ef7.tar.gz
We need to tell Cabal that WinCBindings is a module of the timeout program
Diffstat (limited to 'testsuite/timeout/timeout.cabal')
-rw-r--r--testsuite/timeout/timeout.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/timeout/timeout.cabal b/testsuite/timeout/timeout.cabal
index 276edb4791..70ee3e512e 100644
--- a/testsuite/timeout/timeout.cabal
+++ b/testsuite/timeout/timeout.cabal
@@ -15,6 +15,7 @@ cabal-version: >=1.2
Executable timeout
Main-Is: timeout.hs
+ Other-Modules: WinCBindings
Extensions: CPP
Build-Depends: base, process
if os(windows)