From a40f05882c90447a73ae837444ff2b427f02fac3 Mon Sep 17 00:00:00 2001 From: Kostiantyn Rybnikov Date: Thu, 23 Apr 2020 22:36:45 +0300 Subject: [PATCH] Fix build for recent Cabal --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index 7cf9bfd..54f57d6 100644 --- a/Setup.hs +++ b/Setup.hs @@ -3,4 +3,4 @@ module Main (main) where import Distribution.Simple main :: IO () -main = defaultMainWithHooks defaultUserHooks +main = defaultMainWithHooks autoconfUserHooks