1module Main where
2
3import Test.DocTest
4
5main :: IO ()
6main = doctest ["-XOverloadedStrings", "Network/HTTP/Date.hs"]
7