From cbd95181877b79b259ec5293f30896186ce55682 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Fri, 6 Mar 2020 09:40:06 +0000 Subject: Change setup for default build --- Setup.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Setup.hs') diff --git a/Setup.hs b/Setup.hs index bdfe8ae..c0cac3b 100644 --- a/Setup.hs +++ b/Setup.hs @@ -1,4 +1,4 @@ -import Distribution.Extra.Doctest +import Distribution.Simple main :: IO () -main = defaultMainWithDoctests "doctest" +main = defaultMain -- cgit