blob: 34bbd837e82677a43777e0dc83c06d970172c1f7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/test/doctests.hs b/test/doctests.hs
index 3862bd3..943da13 100644
--- a/test/doctests.hs
+++ b/test/doctests.hs
@@ -3,4 +3,4 @@ module Main where
import Test.DocTest
main :: IO ()
-main = doctest ["Data/Conduit.hs"]
+main = doctest $ ["Data/Conduit.hs", "-hide-all-packages"] ++ (map ("-package "++) ["base","resourcet","lifted-base","transformers-base","monad-control","containers","transformers","mtl","bytestring","text","void","mmorph","directory"])
|