]> gitweb.michael.orlitzky.com - email-validator.git/blob - test/Doctests.hs
Bump the email-validate dependency.
[email-validator.git] / test / Doctests.hs
1 module Main where
2
3 import Test.DocTest ( doctest )
4
5 main :: IO ()
6 main = doctest [ "-isrc",
7 "-idist/build/autogen",
8 "src/Main.hs" ]