packages feed

nonempty-zipper-1.0.0.0: doctest/Main.hs

module Main (main) where

import System.FilePath.Glob
import Test.DocTest

main :: IO ()
main = do
  paths <- globDir1 (compile "**/*.hs") "library"
  doctest paths