streamly/Setup.hs

7 lines
159 B
Haskell
Raw Normal View History

module Main (main) where
2021-02-04 18:20:05 +03:00
import Distribution.Extra.Doctest (defaultMainAutoconfWithDoctests)
main :: IO ()
2021-02-04 18:20:05 +03:00
main = defaultMainAutoconfWithDoctests "doctests"