higgledy/Setup.hs
Tom Harding 80878d0556 Remove deprecation warnings, fix doctests
This turned out to be a surprising amount of work! Now, the tests pass,
no deprecation warnings are shown on build, and @AlistairB's kindly
hosted generic-lens fork will do the trick until @kcsongor merges the
PRs :)
2021-01-24 21:43:39 +00:00

7 lines
136 B
Haskell

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