module Main where import System.Environment (getArgs) import Test.DocTest (mainFromCabal) main :: IO () main = mainFromCabal "chart-svg" =<< getArgs