File: DocTest.hs

package info (click to toggle)
haskell-termonad 4.5.0.0-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 476 kB
  • sloc: haskell: 3,784; makefile: 7
file content (12 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12

module Main where

import Build_doctests (flags, pkgs, module_sources)
import Test.DocTest (doctest)

main :: IO ()
main = do
  doctest args
  where
    args :: [String]
    args = flags ++ pkgs ++ module_sources