File: DocTest.hs

package info (click to toggle)
haskell-pretty-simple 4.1.2.0-3
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 216 kB
  • sloc: haskell: 1,103; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
module Main where

import Build_doctests (flags, pkgs, module_sources)
-- import Data.Foldable (traverse_)
import Test.DocTest (doctest)

main :: IO ()
main = do
  -- traverse_ putStrLn args
  doctest args
  where
    args = flags ++ pkgs ++ module_sources