module Main where import Distribution.Extra.Doctest (defaultMainWithDoctests) main = defaultMainWithDoctests "doctests"