1module Main where
2
3import Test.DocTest
4
5main :: IO ()
6main = doctest ["Data/Conduit.hs"]
7