by-other-names-1.2.0.0: tests/doctests.hs
module Main where
import Test.DocTest
main = doctest [
"-ilib"
, "lib/ByOtherNames.hs"
, "lib/ByOtherNames/Aeson.hs"
, "lib/ByOtherNames/TH.hs"
, "lib/ByOtherNames/Constraint.hs"
]module Main where
import Test.DocTest
main = doctest [
"-ilib"
, "lib/ByOtherNames.hs"
, "lib/ByOtherNames/Aeson.hs"
, "lib/ByOtherNames/TH.hs"
, "lib/ByOtherNames/Constraint.hs"
]