command-qq-0.1.0.0: tests/Doctests.hs
module Main where import Test.DocTest (doctest) main :: IO () main = doctest [ "src/System/Command/QQ.hs" , "examples/CustomQQ.hs" , "examples/CommandT.hs" ]
module Main where import Test.DocTest (doctest) main :: IO () main = doctest [ "src/System/Command/QQ.hs" , "examples/CustomQQ.hs" , "examples/CommandT.hs" ]