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