box-0.9.3.2: test/doctests.hs
module Main where import System.Environment (getArgs) import Test.DocTest (mainFromCabal) main :: IO () main = mainFromCabal "box" =<< getArgs
module Main where import System.Environment (getArgs) import Test.DocTest (mainFromCabal) main :: IO () main = mainFromCabal "box" =<< getArgs