From b713a8ac9fd4caef35d363b4fabbb17bdbf2c322 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 2 May 2014 15:28:11 +0300 Subject: [PATCH] Setup.hs: unbreak 'runhaskell Setup configure' building mode Otherwise default hook won't generate src/GitRev.hs file. Signed-off-by: Sergei Trofimovich --- Setup.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.hs b/Setup.hs index b168416d..a6457ff1 100644 --- a/Setup.hs +++ b/Setup.hs @@ -7,4 +7,4 @@ -- Portability : portable import Distribution.Simple -main = defaultMain +main = defaultMainWithHooks autoconfUserHooks