diff options
author | David Waern <david.waern@gmail.com> | 2009-09-11 11:25:14 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2009-09-11 11:25:14 +0000 |
commit | d605ba00ca3fdfb5abee44bf309ee353cc47651d (patch) | |
tree | e8f8ef821e8cf9a6be673d0b5e920299674b7a2c /tests | |
parent | c59ad7d5ff387c3c3b9ec60150dbf6c112b9161d (diff) |
Update CrossPackageDocs test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tests/CrossPackageDocs.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/tests/CrossPackageDocs.hs b/tests/tests/CrossPackageDocs.hs index babd954a..bebdd566 100644 --- a/tests/tests/CrossPackageDocs.hs +++ b/tests/tests/CrossPackageDocs.hs @@ -1,6 +1,7 @@ -module CrossPackageDocs (map, Monad(..), runInteractiveProcess {- $ Bugs -}) where +module CrossPackageDocs (map, Monad(..), runInteractiveProcess, MVar(..), newEmptyMVar {- $ Bugs -}) where import System.Process +import GHC.MVar -- $ Bugs: -- |